summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Yining Liu <liuyining@google.com> 2024-12-10 17:52:21 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-12-10 17:52:21 +0000
commitb4cbd1913bbf1bc313d97b30e89f9652ccd2de5f (patch)
tree1517cbe6f1a3981aab7143a5ee0e3bac7adccaef
parent5cf2306221629e9b3c40041432fc0506585756a9 (diff)
parent69461087982077b7af5a65268580a4c3b4db9ee9 (diff)
Merge "Use the new logging event for "Notifications on lock screen" in Settings" into main
-rw-r--r--src/com/android/settings/notification/LockScreenNotificationsPreferencePageFragment.java3
1 files changed, 1 insertions, 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