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

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

Merge "Implement an "Advance" button on Privacy page."

parents c0fb9def bb42ce26
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"/>