summaryrefslogtreecommitdiffstats
path: root/res/xml/privacy_settings.xml
diff options
context:
space:
mode:
authorBjorn Bringert <bringert@android.com>2010-02-08 21:26:49 +0000
committerBjorn Bringert <bringert@android.com>2010-02-08 21:26:49 +0000
commit30e4d965121ae7f049f090862a5c246515a0bf34 (patch)
treec3b78ca2a1947189934c367ccc35462be3f09b81 /res/xml/privacy_settings.xml
parentb8547bf12c53107219d7de786c234f165055e754 (diff)
downloadpackages_apps_Settings-30e4d965121ae7f049f090862a5c246515a0bf34.zip
packages_apps_Settings-30e4d965121ae7f049f090862a5c246515a0bf34.tar.gz
packages_apps_Settings-30e4d965121ae7f049f090862a5c246515a0bf34.tar.bz2
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
Diffstat (limited to 'res/xml/privacy_settings.xml')
-rw-r--r--res/xml/privacy_settings.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/res/xml/privacy_settings.xml b/res/xml/privacy_settings.xml
index 9a440cc..cb145d5 100644
--- a/res/xml/privacy_settings.xml
+++ b/res/xml/privacy_settings.xml
@@ -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 -->