diff options
author | Bjorn Bringert <bringert@android.com> | 2010-02-08 21:26:49 +0000 |
---|---|---|
committer | Bjorn Bringert <bringert@android.com> | 2010-02-08 21:26:49 +0000 |
commit | 30e4d965121ae7f049f090862a5c246515a0bf34 (patch) | |
tree | c3b78ca2a1947189934c367ccc35462be3f09b81 /res/xml/privacy_settings.xml | |
parent | b8547bf12c53107219d7de786c234f165055e754 (diff) | |
download | packages_apps_Settings-30e4d965121ae7f049f090862a5c246515a0bf34.tar.gz packages_apps_Settings-30e4d965121ae7f049f090862a5c246515a0bf34.tar.bz2 packages_apps_Settings-30e4d965121ae7f049f090862a5c246515a0bf34.zip |
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.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/res/xml/privacy_settings.xml b/res/xml/privacy_settings.xml index 9a440cc89..cb145d5d7 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 --> |