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:
Yanting Yang
2021-05-26 11:07:24 +00:00
committed by Automerger Merge Worker
6 changed files with 6 additions and 12 deletions

View File

@@ -17,8 +17,7 @@
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:title="@string/device_details_title"
settings:initialExpandedChildrenCount="3">
android:title="@string/device_details_title">
<com.android.settingslib.widget.LayoutPreference
android:key="adb_device_header"

View File

@@ -80,8 +80,7 @@
<PreferenceCategory
android:key="app_advanced"
android:order="1000"
settings:initialExpandedChildrenCount="0">
android:order="1000">
<!-- Show badge -->
<com.android.settingslib.RestrictedSwitchPreference
android:key="badge"

View File

@@ -37,8 +37,7 @@
<PreferenceCategory
android:key="location_advanced_settings"
android:layout="@layout/preference_category_no_label"
settings:initialExpandedChildrenCount="3">
android:layout="@layout/preference_category_no_label">
<!-- This preference gets removed if there is no managed profile -->
<com.android.settingslib.RestrictedSwitchPreference

View File

@@ -19,8 +19,7 @@
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"
settings:initialExpandedChildrenCount="4">
android:title="@string/privacy_dashboard_title">
<!-- Work Policy info -->

View File

@@ -19,8 +19,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:key="security_dashboard_page"
android:title="@string/security_settings_title"
settings:initialExpandedChildrenCount="9">
android:title="@string/security_settings_title">
<!-- security_settings_status.xml -->
<PreferenceCategory

View File

@@ -16,8 +16,7 @@
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res-auto"
settings:initialExpandedChildrenCount="5">
xmlns:settings="http://schemas.android.com/apk/res-auto">
<com.android.settingslib.widget.LayoutPreference
android:key="connection_header"