Adjust to 4.2 location provider config format

This commit is contained in:
Ricardo Cerqueira 2012-11-19 11:34:17 +00:00
parent 365894bf34
commit 77621a4db8

View File

@ -4,8 +4,11 @@
do this is a no-op unless the below item is true --> do this is a no-op unless the below item is true -->
<bool name="config_disableMenuKeyInLockScreen">true</bool> <bool name="config_disableMenuKeyInLockScreen">true</bool>
<!-- Location services --> <string-array name="config_locationProviderPackageNames" translatable="false">
<string name="config_networkLocationProviderPackageName">com.google.android.location</string> <!-- The standard AOSP fused location provider -->
<string name="config_geocodeProviderPackageName">com.google.android.location</string> <item>com.android.location.fused</item>
<!-- The Google provider -->
<item>com.google.android.location</item>
</string-array>
</resources> </resources>