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:
Bjorn Bringert
2010-02-08 21:26:49 +00:00
parent b8547bf12c
commit 30e4d96512
4 changed files with 4 additions and 140 deletions

View File

@@ -77,9 +77,6 @@ public class SecuritySettings extends PreferenceActivity {
private static final String PROPERTY_EFS_ENABLED = "persist.security.efs.enabled";
private static final String PROPERTY_EFS_TRANSITION = "persist.security.efs.trans";
private static final String PREFS_NAME = "location_prefs";
private static final String PREFS_USE_LOCATION = "use_location";
private CheckBoxPreference mVisiblePattern;
private CheckBoxPreference mTactileFeedback;