diff options
author | Jeff Hamilton <jham@android.com> | 2012-10-16 08:44:35 -0500 |
---|---|---|
committer | Jeff Hamilton <jham@android.com> | 2012-10-16 16:08:06 -0500 |
commit | 491950ddb2fe9c14c8ee3be06f1e654556fa2dd8 (patch) | |
tree | f8567cd478d155ccd2b5ce14758d72cf938e2b15 | |
parent | f7d299d080521a796cc60ef0d03ebb913c3a0a36 (diff) | |
download | device_samsung_tuna-491950ddb2fe9c14c8ee3be06f1e654556fa2dd8.zip device_samsung_tuna-491950ddb2fe9c14c8ee3be06f1e654556fa2dd8.tar.gz device_samsung_tuna-491950ddb2fe9c14c8ee3be06f1e654556fa2dd8.tar.bz2 |
Remove the Google specific location config.
This reverts commit f7d299d080521a796cc60ef0d03ebb913c3a0a36.
Bug: 7242814
Change-Id: I8cf6180b42a71d15b461776250acd67a68e36b90
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 2a08cac..2cd1c67 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -234,10 +234,6 @@ <bool name="config_ui_enableFadingMarquee">false</bool> - <string-array name="config_overlay_locationProviderPackageNames" translatable="false"> - <item>com.google.android.location</item> - </string-array> - <!-- Is the notification LED intrusive? Used to decide if there should be a disable option --> <bool name="config_intrusiveNotificationLed">true</bool> |