Revert "Remove advanced button from location settings"

This reverts commit c7cef5ee43.

Reason for revert: b/124059127

Change-Id: I34e788f6959b94f27b4e25f1ca925777acb9a1d0
This commit is contained in:
Fan Zhang
2019-03-27 23:15:32 +00:00
parent c7cef5ee43
commit 7771fa5a95

View File

@@ -14,8 +14,7 @@
limitations under the License.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:key="location_settings"
android:title="@string/location_settings_title"
@@ -27,7 +26,9 @@
android:selectable="false"
settings:allowDividerBelow="true" />
<PreferenceCategory android:key="location_advanced_settings">
<PreferenceCategory
android:key="location_advanced_settings"
settings:initialExpandedChildrenCount="2">
<!-- This preference category gets removed if new_recent_location_ui is disabled -->
<Preference