Remove advanced button from location settings
Change-Id: I9185949edffbc4588287221b81d30e136e755f85 Fixes: 124059127 Test: manual
This commit is contained in:
@@ -14,7 +14,8 @@
|
|||||||
limitations under the License.
|
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"
|
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||||
android:key="location_settings"
|
android:key="location_settings"
|
||||||
android:title="@string/location_settings_title"
|
android:title="@string/location_settings_title"
|
||||||
@@ -26,9 +27,7 @@
|
|||||||
android:selectable="false"
|
android:selectable="false"
|
||||||
settings:allowDividerBelow="true"/>
|
settings:allowDividerBelow="true"/>
|
||||||
|
|
||||||
<PreferenceCategory
|
<PreferenceCategory android:key="location_advanced_settings">
|
||||||
android:key="location_advanced_settings"
|
|
||||||
settings:initialExpandedChildrenCount="2">
|
|
||||||
|
|
||||||
<!-- This preference category gets removed if new_recent_location_ui is disabled -->
|
<!-- This preference category gets removed if new_recent_location_ui is disabled -->
|
||||||
<Preference
|
<Preference
|
||||||
|
Reference in New Issue
Block a user