Adjust to 4.2 location provider config format
This commit is contained in:
parent
365894bf34
commit
77621a4db8
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user