From 69461087982077b7af5a65268580a4c3b4db9ee9 Mon Sep 17 00:00:00 2001 From: Yining Liu Date: Thu, 5 Dec 2024 23:32:13 +0000 Subject: [PATCH] Use the new logging event for "Notifications on lock screen" in Settings Bug: 367455695 Change-Id: I7310e625d2415dbad5da25d4c1b02e359f169010 Test: Build Flag: com.android.server.notification.notification_lock_screen_settings --- .../LockScreenNotificationsPreferencePageFragment.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/com/android/settings/notification/LockScreenNotificationsPreferencePageFragment.java b/src/com/android/settings/notification/LockScreenNotificationsPreferencePageFragment.java index ef53e2da829..53b1377d3ea 100644 --- a/src/com/android/settings/notification/LockScreenNotificationsPreferencePageFragment.java +++ b/src/com/android/settings/notification/LockScreenNotificationsPreferencePageFragment.java @@ -33,8 +33,7 @@ public class LockScreenNotificationsPreferencePageFragment extends DashboardFrag @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