am 0827df3a: am cd0827ad: Update config.xml overlay for new key config_overlay_locationProviderPackageNames

* commit '0827df3a62917517174acabba1f3ae95831be64d':
  Update config.xml overlay for new key config_overlay_locationProviderPackageNames
This commit is contained in:
Nick Pelly
2012-08-10 18:13:20 -07:00
committed by Android Git Automerger

View File

@@ -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>