Skip to content

Commit cd0827a

Browse files
author
Nick Pelly
committed
Update config.xml overlay for new key config_overlay_locationProviderPackageNames
Change-Id: I6119516077d018f6c149fa006fb011cfe809f688
1 parent 819d2aa commit cd0827a

File tree

1 file changed

+4
-2
lines changed
  • sdk_overlay/frameworks/base/core/res/res/values

1 file changed

+4
-2
lines changed

sdk_overlay/frameworks/base/core/res/res/values/config.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@
2020
<!-- These resources are around just to allow their values to be customized
2121
for different hardware and product builds. -->
2222
<resources>
23-
<!-- Package name providing geocoder API support. -->
24-
<string name="config_geocodeProviderPackageName" translatable="false">com.google.android.location</string>
23+
<!-- Package name providing location API support. -->
24+
<string-array name="config_overlay_locationProviderPackageNames" translatable="false">
25+
<item>com.google.android.location</item>
26+
</string-array>
2527

2628
<bool name="config_voice_capable">true</bool>
2729
</resources>

0 commit comments

Comments
 (0)