Update config.xml overlay for new key config_overlay_locationProviderPackageNames
Change-Id: I6119516077d018f6c149fa006fb011cfe809f688
This commit is contained in:
@@ -20,8 +20,10 @@
|
|||||||
<!-- These resources are around just to allow their values to be customized
|
<!-- These resources are around just to allow their values to be customized
|
||||||
for different hardware and product builds. -->
|
for different hardware and product builds. -->
|
||||||
<resources>
|
<resources>
|
||||||
<!-- Package name providing geocoder API support. -->
|
<!-- Package name providing location API support. -->
|
||||||
<string name="config_geocodeProviderPackageName" translatable="false">com.google.android.location</string>
|
<string-array name="config_overlay_locationProviderPackageNames" translatable="false">
|
||||||
|
<item>com.google.android.location</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
<bool name="config_voice_capable">true</bool>
|
<bool name="config_voice_capable">true</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user