commit | b4cbd1913bbf1bc313d97b30e89f9652ccd2de5f | [log] [tgz] |
---|---|---|
author | Yining Liu <liuyining@google.com> | Tue Dec 10 17:52:21 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Dec 10 17:52:21 2024 +0000 |
tree | 1517cbe6f1a3981aab7143a5ee0e3bac7adccaef | |
parent | 5cf2306221629e9b3c40041432fc0506585756a9 [diff] | |
parent | 69461087982077b7af5a65268580a4c3b4db9ee9 [diff] |
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