Loading res/xml/privacy_dashboard_settings.xml +9 −8 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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" Loading @@ -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"/> Loading Loading
res/xml/privacy_dashboard_settings.xml +9 −8 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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" Loading @@ -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"/> Loading