diff options
author | Doug Zongker <dougz@android.com> | 2011-08-17 13:12:03 -0700 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2011-08-17 13:13:04 -0700 |
commit | 091f1b1d470af2d8d4b4f4d249e4c3a3539e1d71 (patch) | |
tree | 93e6020bc7a6e7b1c9d114f24bec9cf07a6e41a8 /overlay | |
parent | 4985ccb8581c2c89fac4af703dd5b2862e8b61ad (diff) | |
download | device_samsung_tuna-091f1b1d470af2d8d4b4f4d249e4c3a3539e1d71.zip device_samsung_tuna-091f1b1d470af2d8d4b4f4d249e4c3a3539e1d71.tar.gz device_samsung_tuna-091f1b1d470af2d8d4b4f4d249e4c3a3539e1d71.tar.bz2 |
add NLP package names to tuna config.xml
Without this, tuna has no system network location provider.
Bug: 5159063
Change-Id: I41269252383a39b3538d2d8a241f14ee824e19e8
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 3ac06f2..abdf914 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -155,4 +155,11 @@ <bool translatable="false" name="config_bluetooth_adapter_quick_switch">false</bool> <bool name="config_ui_enableFadingMarquee">false</bool> + + <!-- Component name of the service providing network location support. --> + <string name="config_networkLocationProvider">com.google.android.location.NetworkLocationProvider</string> + + <!-- Component name of the service providing geocoder API support. --> + <string name="config_geocodeProvider">com.google.android.location.GeocodeProvider</string> + </resources> |