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

Commit 8f6060f6 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Move the position of widget choosers to below lockscreen settings in Security

Bug: 7261302

Move the 2 widget options on lockscreen to below the lock related items, just
above the Owner Info item.

Change-Id: I373b915e15bc93ce7e56f5982999afa1e5aed281
parent 875fa8af
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -26,18 +26,6 @@
            android:summary="@string/unlock_set_unlock_mode_biometric_weak"
            android:persistent="false"/>

        <PreferenceScreen
           android:key="choose_lockscreen_status_widget"
           android:title="@string/choose_lockscreen_status_widget_picker_title"
           android:summary=""
           android:persistent="false"/>

        <PreferenceScreen
           android:key="choose_user_selected_lockscreen_widget"
           android:title="@string/choose_user_selected_lockscreen_widget_picker_title"
           android:summary=""
           android:persistent="false"/>

        <PreferenceScreen
            android:key="biometric_weak_improve_matching"
            android:title="@string/biometric_weak_improve_matching_title"/>
@@ -67,6 +55,18 @@
            android:key="unlock_tactile_feedback"
            android:title="@string/lockpattern_settings_enable_tactile_feedback_title"/>

        <PreferenceScreen
           android:key="choose_lockscreen_status_widget"
           android:title="@string/choose_lockscreen_status_widget_picker_title"
           android:summary=""
           android:persistent="false"/>

        <PreferenceScreen
           android:key="choose_user_selected_lockscreen_widget"
           android:title="@string/choose_user_selected_lockscreen_widget_picker_title"
           android:summary=""
           android:persistent="false"/>

        <PreferenceScreen
            android:fragment="com.android.settings.OwnerInfoSettings"
            android:key="owner_info_settings"
+12 −12
Original line number Diff line number Diff line
@@ -26,18 +26,6 @@
            android:summary="@string/unlock_set_unlock_mode_password"
            android:persistent="false"/>

        <PreferenceScreen
           android:key="choose_lockscreen_status_widget"
           android:title="@string/choose_lockscreen_status_widget_picker_title"
           android:summary=""
           android:persistent="false"/>

        <PreferenceScreen
           android:key="choose_user_selected_lockscreen_widget"
           android:title="@string/choose_user_selected_lockscreen_widget_picker_title"
           android:summary=""
           android:persistent="false"/>

        <ListPreference
            android:key="lock_after_timeout"
            android:title="@string/lock_after_timeout"
@@ -50,6 +38,18 @@
            android:key="power_button_instantly_locks"
            android:title="@string/lockpattern_settings_enable_power_button_instantly_locks"/>

        <PreferenceScreen
           android:key="choose_lockscreen_status_widget"
           android:title="@string/choose_lockscreen_status_widget_picker_title"
           android:summary=""
           android:persistent="false"/>

        <PreferenceScreen
           android:key="choose_user_selected_lockscreen_widget"
           android:title="@string/choose_user_selected_lockscreen_widget_picker_title"
           android:summary=""
           android:persistent="false"/>

        <PreferenceScreen
            android:fragment="com.android.settings.OwnerInfoSettings"
            android:key="owner_info_settings"
+12 −12
Original line number Diff line number Diff line
@@ -26,18 +26,6 @@
            android:summary="@string/unlock_set_unlock_mode_pattern"
            android:persistent="false"/>

        <PreferenceScreen
           android:key="choose_lockscreen_status_widget"
           android:title="@string/choose_lockscreen_status_widget_picker_title"
           android:summary=""
           android:persistent="false"/>

        <PreferenceScreen
           android:key="choose_user_selected_lockscreen_widget"
           android:title="@string/choose_user_selected_lockscreen_widget_picker_title"
           android:summary=""
           android:persistent="false"/>

        <CheckBoxPreference
            android:key="visiblepattern"
            android:title="@string/lockpattern_settings_enable_visible_pattern_title"/>
@@ -58,6 +46,18 @@
            android:key="unlock_tactile_feedback"
            android:title="@string/lockpattern_settings_enable_tactile_feedback_title"/>

        <PreferenceScreen
           android:key="choose_lockscreen_status_widget"
           android:title="@string/choose_lockscreen_status_widget_picker_title"
           android:summary=""
           android:persistent="false"/>

        <PreferenceScreen
           android:key="choose_user_selected_lockscreen_widget"
           android:title="@string/choose_user_selected_lockscreen_widget_picker_title"
           android:summary=""
           android:persistent="false"/>

        <PreferenceScreen
            android:fragment="com.android.settings.OwnerInfoSettings"
            android:key="owner_info_settings"
+12 −12
Original line number Diff line number Diff line
@@ -26,18 +26,6 @@
            android:summary="@string/unlock_set_unlock_mode_pin"
            android:persistent="false"/>

        <PreferenceScreen
           android:key="choose_lockscreen_status_widget"
           android:title="@string/choose_lockscreen_status_widget_picker_title"
           android:summary=""
           android:persistent="false"/>

        <PreferenceScreen
           android:key="choose_user_selected_lockscreen_widget"
           android:title="@string/choose_user_selected_lockscreen_widget_picker_title"
           android:summary=""
           android:persistent="false"/>

        <ListPreference
            android:key="lock_after_timeout"
            android:title="@string/lock_after_timeout"
@@ -54,6 +42,18 @@
            android:key="unlock_tactile_feedback"
            android:title="@string/lockpattern_settings_enable_tactile_feedback_title"/>

        <PreferenceScreen
           android:key="choose_lockscreen_status_widget"
           android:title="@string/choose_lockscreen_status_widget_picker_title"
           android:summary=""
           android:persistent="false"/>

        <PreferenceScreen
           android:key="choose_user_selected_lockscreen_widget"
           android:title="@string/choose_user_selected_lockscreen_widget_picker_title"
           android:summary=""
           android:persistent="false"/>

        <PreferenceScreen
            android:fragment="com.android.settings.OwnerInfoSettings"
            android:key="owner_info_settings"