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

Commit bb42ce26 authored by tmfang's avatar tmfang
Browse files

Implement an "Advance" button on Privacy page.

- Also rearrange the order for "show password".

Test: visual
Fixes: 122556325

Change-Id: Iac15baa83a2ba863ad75c0a309a0e4c6deaa522e
parent 1cb7e12f
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:key="privacy_dashboard_page"
    android:title="@string/privacy_dashboard_title">
    android:title="@string/privacy_dashboard_title"
    settings:initialExpandedChildrenCount="3">

    <!-- App permissions -->
    <Preference
@@ -30,13 +31,6 @@
        <intent android:action="android.intent.action.MANAGE_PERMISSIONS"/>
    </Preference>

    <!-- On lock screen notifications -->
    <com.android.settings.RestrictedListPreference
        android:key="privacy_lock_screen_notifications"
        android:title="@string/lock_screen_notifications_title"
        android:summary="@string/summary_placeholder"
        settings:searchable="false"/>

    <!-- Show passwords -->
    <SwitchPreference
        android:key="show_password"
@@ -44,6 +38,13 @@
        android:summary="@string/show_password_summary"
        settings:controller="com.android.settings.security.ShowPasswordPreferenceController"/>

    <!-- On lock screen notifications -->
    <com.android.settings.RestrictedListPreference
        android:key="privacy_lock_screen_notifications"
        android:title="@string/lock_screen_notifications_title"
        android:summary="@string/summary_placeholder"
        settings:searchable="false"/>

    <!-- Privacy Service -->
    <PreferenceCategory
        android:key="privacy_services"/>