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
|
||||
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"
|
||||
|
@@ -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"
|
||||
|
@@ -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
|
||||
|
@@ -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 -->
|
||||
|
@@ -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
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user