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

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

Merge "Add search keyword to lock screen notification setting."

parents b5835a72 e50a56c4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -6971,6 +6971,9 @@
    <!-- Search keyword for Ambient display settings screen. -->
    <string name="keywords_ambient_display_screen">Ambient display, Lock screen display</string>
    <!-- Search keyword for lock screen notification setting [CHAR_LIMIT=NONE] -->
    <string name="keywords_lock_screen_notif">lock screen notification</string>
    <!-- Search keyword for face settings. -->
    <string name="keywords_face_settings">face</string>
+2 −1
Original line number Diff line number Diff line
@@ -27,7 +27,8 @@
        <com.android.settings.RestrictedListPreference
            android:key="security_setting_lock_screen_notif"
            android:title="@string/lock_screen_notifications_title"
            android:summary="@string/summary_placeholder" />
            android:summary="@string/summary_placeholder"
            settings:keywords="@string/keywords_lock_screen_notif"/>

        <com.android.settingslib.RestrictedSwitchPreference
            android:key="security_lockscreen_add_users_when_locked"