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
1 changed files with 6 additions and 3 deletions

View File

@ -4,8 +4,11 @@
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>
<string-array name="config_locationProviderPackageNames" translatable="false">
<!-- The standard AOSP fused location provider -->
<item>com.android.location.fused</item>
<!-- The Google provider -->
<item>com.google.android.location</item>
</string-array>
</resources>