Notifications should not be in 'advanced'
Change-Id: I23f9707d9dbee5a13011bd0f2df0d837348f72cf Fixes: 73553854 Test: RunSettingsRoboTests
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||||
android:key="apps_and_notification_screen"
|
android:key="apps_and_notification_screen"
|
||||||
android:title="@string/app_and_notification_dashboard_title"
|
android:title="@string/app_and_notification_dashboard_title"
|
||||||
settings:initialExpandedChildrenCount="6">
|
settings:initialExpandedChildrenCount="8">
|
||||||
|
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:key="recent_apps_category"
|
android:key="recent_apps_category"
|
||||||
@@ -46,18 +46,19 @@
|
|||||||
android:key="all_app_info_divider"
|
android:key="all_app_info_divider"
|
||||||
android:order="-190"/>
|
android:order="-190"/>
|
||||||
|
|
||||||
<Preference
|
<!-- Notifications (appears before manage_perms), default apps (appears after) -->
|
||||||
android:key="manage_perms"
|
|
||||||
android:title="@string/app_permissions"
|
|
||||||
android:order="-130"
|
|
||||||
settings:keywords="@string/keywords_app_permissions">
|
|
||||||
<intent android:action="android.intent.action.MANAGE_PERMISSIONS" />
|
|
||||||
</Preference>
|
|
||||||
|
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:key="dashboard_tile_placeholder"
|
android:key="dashboard_tile_placeholder"
|
||||||
android:order="10" />
|
android:order="10" />
|
||||||
|
|
||||||
|
<Preference
|
||||||
|
android:key="manage_perms"
|
||||||
|
android:title="@string/app_permissions"
|
||||||
|
android:order="12"
|
||||||
|
settings:keywords="@string/keywords_app_permissions">
|
||||||
|
<intent android:action="android.intent.action.MANAGE_PERMISSIONS" />
|
||||||
|
</Preference>
|
||||||
|
|
||||||
<com.android.settingslib.RestrictedPreference
|
<com.android.settingslib.RestrictedPreference
|
||||||
android:key="app_and_notif_cell_broadcast_settings"
|
android:key="app_and_notif_cell_broadcast_settings"
|
||||||
android:title="@string/cell_broadcast_settings"
|
android:title="@string/cell_broadcast_settings"
|
||||||
|
Reference in New Issue
Block a user