Skip to content

Commit 0827df3

Browse files
Nick PellyAndroid Git Automerger
authored andcommitted
am cd0827a: Update config.xml overlay for new key config_overlay_locationProviderPackageNames
* commit 'cd0827adb794bf6669a63e98ad31402075af1a39': Update config.xml overlay for new key config_overlay_locationProviderPackageNames
2 parents d5bc348 + cd0827a commit 0827df3

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)