summaryrefslogtreecommitdiff
path: root/overlay/frameworks
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2012-10-05 02:31:55 -0500
committerJeff Hamilton <jham@android.com>2012-10-05 02:31:55 -0500
commitf6308f49ad651cf9cbcb53972a9a1b94d927746c (patch)
treeefd1ede7b9467387c5e34d2f08e86d8db6292bdb /overlay/frameworks
parent789c4085461494c84445db400785a214af8e5389 (diff)
downloadmako-f6308f49ad651cf9cbcb53972a9a1b94d927746c.tar.gz
Revert "Remove the Google specific location config."
This reverts commit e993bd8a9c320d0aecebd05543221ad64ad0501b.
Diffstat (limited to 'overlay/frameworks')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index d9a2cc2..bc2cf99 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -139,6 +139,10 @@
<!-- 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>