From 6f2741d50b73de923ebd0e6aa4e2f6fe32dee215 Mon Sep 17 00:00:00 2001 From: Maggie Date: Thu, 15 Mar 2018 12:10:18 -0700 Subject: [PATCH] Add an Advanced button to location settings Add an Advanced button under "recent location requests" and "app level permissions" in location settings. Location footer should still be visible under Advanced button. Bug: 70350519 Test: Manual Change-Id: I5db32e911ed6527048c625f691f5476eb77751b3 --- res/xml/location_settings.xml | 56 +++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 26 deletions(-) diff --git a/res/xml/location_settings.xml b/res/xml/location_settings.xml index d616bb69f6e..22079bfce8a 100644 --- a/res/xml/location_settings.xml +++ b/res/xml/location_settings.xml @@ -31,33 +31,37 @@ android:selectable="true" android:fragment="com.android.settings.location.RecentLocationRequestSeeAllFragment"/> - - - - - - - - - - - - + android:key="location_advanced_settings" + settings:initialExpandedChildrenCount="1"> + + + + + + + + + + + + + + +