From 14847a27ebdf76f0c69ff3f7bfbba3f8a3d7f17b Mon Sep 17 00:00:00 2001 From: Mill Chen Date: Wed, 27 Mar 2019 17:24:46 -0700 Subject: [PATCH] Make "Advanced" show in Apps & notifications screen Reducing the number of initialExpandedChildrenCount to 3 will make everything under "Default apps" be under "Advanced". Fixes: 129284718 Test: visual, rebuild Change-Id: I540385c514f6e8bf005e90e9ed4a9f93a2e983d5 --- res/xml/app_and_notification.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/xml/app_and_notification.xml b/res/xml/app_and_notification.xml index 9dd5feaa1ce..dfcefc0bb87 100644 --- a/res/xml/app_and_notification.xml +++ b/res/xml/app_and_notification.xml @@ -20,7 +20,7 @@ xmlns:settings="http://schemas.android.com/apk/res-auto" android:key="apps_and_notification_screen" android:title="@string/app_and_notification_dashboard_title" - settings:initialExpandedChildrenCount="8"> + settings:initialExpandedChildrenCount="3">