Remove USE_LOCATION_FOR_SERVICES from Settings
This has been moved to GoogleSettingsProvider as part of unbundling. Part of http://b/issue?id=2383870 Change-Id: Ia8e5725b1749fa95436fade0ea23061eb2ca4822
This commit is contained in:
@@ -16,16 +16,6 @@
|
||||
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<PreferenceCategory android:key="location_category"
|
||||
android:title="@string/location_section_title">
|
||||
<!-- Share location with Google -->
|
||||
<CheckBoxPreference
|
||||
android:key="use_location"
|
||||
android:title="@string/use_location_title"
|
||||
android:persistent="false"
|
||||
android:summary="@string/use_location_summary"/>
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory android:key="backup_category"
|
||||
android:title="@string/backup_section_title">
|
||||
<!-- Backup settings -->
|
||||
|
||||
Reference in New Issue
Block a user