Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b38c1e53 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove dynamic summaries for "On the lockscreen"" into oc-dev

parents 1425b91b e2cb72fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
@@ -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>

+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −0
Original line number Diff line number Diff line
@@ -281,6 +281,7 @@ public class LockScreenNotificationPreferenceController extends PreferenceContro
            return;
        }
        mLockscreenSelectedValue = getSummaryResource();
        mLockscreen.setSummary("%s");
        mLockscreen.setValue(Integer.toString(mLockscreenSelectedValue));
    }