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

* commit 'cd0827adb794bf6669a63e98ad31402075af1a39':
  Update config.xml overlay for new key config_overlay_locationProviderPackageNames
This commit is contained in:
Nick Pelly
2012-08-10 18:11:25 -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>