Loading res/xml/configure_notification_settings.xml +2 −2 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ <com.android.settings.notification.RestrictedDropDownPreference android:key="lock_screen_notifications" android:title="@string/lock_screen_notifications_title" android:summary="%s"/> android:summary="@string/summary_placeholder"/> <SwitchPreference android:key="gesture_swipe_down_fingerprint" Loading @@ -50,7 +50,7 @@ <com.android.settings.notification.RestrictedDropDownPreference android:key="lock_screen_notifications_profile" android:title="@string/lock_screen_notifications_title" android:summary="%s"/> android:summary="@string/summary_placeholder"/> </PreferenceCategory> Loading res/xml/security_lockscreen_settings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ <com.android.settings.notification.RestrictedDropDownPreference android:key="lock_screen_notifications" android:title="@string/lock_screen_notifications_title" android:summary="%s"/> android:summary="@string/summary_placeholder"/> <com.android.settingslib.RestrictedSwitchPreference android:key="add_users_when_locked" Loading src/com/android/settings/notification/LockScreenNotificationPreferenceController.java +1 −0 Original line number Diff line number Diff line Loading @@ -281,6 +281,7 @@ public class LockScreenNotificationPreferenceController extends PreferenceContro return; } mLockscreenSelectedValue = getSummaryResource(); mLockscreen.setSummary("%s"); mLockscreen.setValue(Integer.toString(mLockscreenSelectedValue)); } Loading Loading
res/xml/configure_notification_settings.xml +2 −2 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ <com.android.settings.notification.RestrictedDropDownPreference android:key="lock_screen_notifications" android:title="@string/lock_screen_notifications_title" android:summary="%s"/> android:summary="@string/summary_placeholder"/> <SwitchPreference android:key="gesture_swipe_down_fingerprint" Loading @@ -50,7 +50,7 @@ <com.android.settings.notification.RestrictedDropDownPreference android:key="lock_screen_notifications_profile" android:title="@string/lock_screen_notifications_title" android:summary="%s"/> android:summary="@string/summary_placeholder"/> </PreferenceCategory> Loading
res/xml/security_lockscreen_settings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ <com.android.settings.notification.RestrictedDropDownPreference android:key="lock_screen_notifications" android:title="@string/lock_screen_notifications_title" android:summary="%s"/> android:summary="@string/summary_placeholder"/> <com.android.settingslib.RestrictedSwitchPreference android:key="add_users_when_locked" Loading
src/com/android/settings/notification/LockScreenNotificationPreferenceController.java +1 −0 Original line number Diff line number Diff line Loading @@ -281,6 +281,7 @@ public class LockScreenNotificationPreferenceController extends PreferenceContro return; } mLockscreenSelectedValue = getSummaryResource(); mLockscreen.setSummary("%s"); mLockscreen.setValue(Integer.toString(mLockscreenSelectedValue)); } Loading