Merge "Use the new logging event for "Notifications on lock screen" in Settings" into main
diff --git a/src/com/android/settings/notification/LockScreenNotificationsPreferencePageFragment.java b/src/com/android/settings/notification/LockScreenNotificationsPreferencePageFragment.java
index ef53e2d..53b1377 100644
--- a/src/com/android/settings/notification/LockScreenNotificationsPreferencePageFragment.java
+++ b/src/com/android/settings/notification/LockScreenNotificationsPreferencePageFragment.java
@@ -33,8 +33,7 @@
 
     @Override
     public int getMetricsCategory() {
-        //TODO(b/367455695): create a new metrics category
-        return SettingsEnums.SETTINGS_LOCK_SCREEN_PREFERENCES;
+        return SettingsEnums.SETTINGS_NOTIFICATIONS_ON_LOCK_SCREEN;
     }
 
     @Override