We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5bc348 + cd0827a commit 0827df3Copy full SHA for 0827df3
sdk_overlay/frameworks/base/core/res/res/values/config.xml
@@ -20,8 +20,10 @@
20
<!-- These resources are around just to allow their values to be customized
21
for different hardware and product builds. -->
22
<resources>
23
- <!-- Package name providing geocoder API support. -->
24
- <string name="config_geocodeProviderPackageName" translatable="false">com.google.android.location</string>
+ <!-- Package name providing location API support. -->
+ <string-array name="config_overlay_locationProviderPackageNames" translatable="false">
25
+ <item>com.google.android.location</item>
26
+ </string-array>
27
28
<bool name="config_voice_capable">true</bool>
29
</resources>
0 commit comments