Merge "Remove Advanced section" into sc-dev am: 5dede180cd
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14716191 Change-Id: I0ca163db73e4b451b1be7c8325095db9d20fb31f
This commit is contained in:
@@ -17,8 +17,7 @@
|
|||||||
<PreferenceScreen
|
<PreferenceScreen
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||||
android:title="@string/device_details_title"
|
android:title="@string/device_details_title">
|
||||||
settings:initialExpandedChildrenCount="3">
|
|
||||||
|
|
||||||
<com.android.settingslib.widget.LayoutPreference
|
<com.android.settingslib.widget.LayoutPreference
|
||||||
android:key="adb_device_header"
|
android:key="adb_device_header"
|
||||||
|
@@ -80,8 +80,7 @@
|
|||||||
|
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:key="app_advanced"
|
android:key="app_advanced"
|
||||||
android:order="1000"
|
android:order="1000">
|
||||||
settings:initialExpandedChildrenCount="0">
|
|
||||||
<!-- Show badge -->
|
<!-- Show badge -->
|
||||||
<com.android.settingslib.RestrictedSwitchPreference
|
<com.android.settingslib.RestrictedSwitchPreference
|
||||||
android:key="badge"
|
android:key="badge"
|
||||||
|
@@ -37,8 +37,7 @@
|
|||||||
|
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:key="location_advanced_settings"
|
android:key="location_advanced_settings"
|
||||||
android:layout="@layout/preference_category_no_label"
|
android:layout="@layout/preference_category_no_label">
|
||||||
settings:initialExpandedChildrenCount="3">
|
|
||||||
|
|
||||||
<!-- This preference gets removed if there is no managed profile -->
|
<!-- This preference gets removed if there is no managed profile -->
|
||||||
<com.android.settingslib.RestrictedSwitchPreference
|
<com.android.settingslib.RestrictedSwitchPreference
|
||||||
|
@@ -19,8 +19,7 @@
|
|||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||||
android:key="privacy_dashboard_page"
|
android:key="privacy_dashboard_page"
|
||||||
android:title="@string/privacy_dashboard_title"
|
android:title="@string/privacy_dashboard_title">
|
||||||
settings:initialExpandedChildrenCount="4">
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Work Policy info -->
|
<!-- Work Policy info -->
|
||||||
|
@@ -19,8 +19,7 @@
|
|||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||||
android:key="security_dashboard_page"
|
android:key="security_dashboard_page"
|
||||||
android:title="@string/security_settings_title"
|
android:title="@string/security_settings_title">
|
||||||
settings:initialExpandedChildrenCount="9">
|
|
||||||
|
|
||||||
<!-- security_settings_status.xml -->
|
<!-- security_settings_status.xml -->
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
|
@@ -16,8 +16,7 @@
|
|||||||
|
|
||||||
<PreferenceScreen
|
<PreferenceScreen
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
xmlns:settings="http://schemas.android.com/apk/res-auto">
|
||||||
settings:initialExpandedChildrenCount="5">
|
|
||||||
|
|
||||||
<com.android.settingslib.widget.LayoutPreference
|
<com.android.settingslib.widget.LayoutPreference
|
||||||
android:key="connection_header"
|
android:key="connection_header"
|
||||||
|
Reference in New Issue
Block a user