summaryrefslogtreecommitdiff
path: root/overlay/frameworks
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2012-10-05 14:20:24 -0500
committerJeff Hamilton <jham@android.com>2012-10-16 16:07:31 -0500
commit8681331505443cc85048849b4c43d00d44eae266 (patch)
treeeaabbb8eca6ae9bc50eca989535931e969ac22ae /overlay/frameworks
parentadb2f7b8023a46b79fc15e7a6193ec627982c165 (diff)
downloadmako-8681331505443cc85048849b4c43d00d44eae266.tar.gz
Remove the Google specific location config.
This reverts commit f6308f49ad651cf9cbcb53972a9a1b94d927746c. Bug: 7242814 Change-Id: I05e669f41f04cca4dca1f28574db22bf52431143
Diffstat (limited to 'overlay/frameworks')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml4
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 00d1588..706658c 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -143,10 +143,6 @@
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
<bool name="config_unplugTurnsOnScreen">true</bool>
- <string-array name="config_overlay_locationProviderPackageNames" translatable="false">
- <item>com.google.android.location</item>
- </string-array>
-
<!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
<bool translatable="false" name="config_wifi_dual_band_support">true</bool>