Merge "cm: Add config for network location provider" into jellybean
diff --git a/overlay/common/frameworks/base/core/res/res/values/config.xml b/overlay/common/frameworks/base/core/res/res/values/config.xml
index 0f6f304..d206c12 100644
--- a/overlay/common/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/common/frameworks/base/core/res/res/values/config.xml
@@ -3,5 +3,9 @@
<!-- default to disabling the menu key. The CM setting to
do this is a no-op unless the below item is true -->
<bool name="config_disableMenuKeyInLockScreen">true</bool>
+
+ <!-- Location services -->
+ <string name="config_networkLocationProviderPackageName">com.google.android.location</string>
+ <string name="config_geocodeProviderPackageName">com.google.android.location</string>
</resources>