summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2012-05-29 15:36:40 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-05-29 15:36:40 -0700
commit223a1e01d501df3058fa802aba4237a3affcbb36 (patch)
treeda307a8fb3e3e75ea43ae4bf8582cfadeb1e6a03 /overlay
parentfb7f129a5011b1c763996d58abb2d8c31a9a41d5 (diff)
parentabdc5286cb1c6491b93797d4134ebbefbf9a50a0 (diff)
downloaddevice_samsung_tuna-223a1e01d501df3058fa802aba4237a3affcbb36.zip
device_samsung_tuna-223a1e01d501df3058fa802aba4237a3affcbb36.tar.gz
device_samsung_tuna-223a1e01d501df3058fa802aba4237a3affcbb36.tar.bz2
am d4f6e48e: am 370d0c3b: Update device for new location provider configs.
* commit 'abdc5286cb1c6491b93797d4134ebbefbf9a50a0': Update device for new location provider configs.
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml14
1 files changed, 4 insertions, 10 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index cdfc8cb..f85627b 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -40,12 +40,6 @@
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
<bool name="config_unplugTurnsOnScreen">true</bool>
- <!-- Component name of the service providing network location support. -->
- <string name="config_networkLocationProvider" translatable="false">com.google.android.location.NetworkLocationProvider</string>
-
- <!-- Component name of the service providing geocoder API support. -->
- <string name="config_geocodeProvider" translatable="false">com.google.android.location.GeocodeProvider</string>
-
<!-- Flag indicating whether we should enable the automatic brightness in Settings.
config_hardware_automatic_brightness_available is not set, so we will use software implementation -->
<bool name="config_automatic_brightness_available">true</bool>
@@ -240,11 +234,11 @@
<bool name="config_ui_enableFadingMarquee">false</bool>
- <!-- Component name of the service providing network location support. -->
- <string name="config_networkLocationProvider" translatable="false">com.google.android.location.NetworkLocationProvider</string>
+ <!-- Package name providing network location support. -->
+ <string name="config_networkLocationProviderPackageName" translatable="false">com.google.android.location</string>
- <!-- Component name of the service providing geocoder API support. -->
- <string name="config_geocodeProvider" translatable="false">com.google.android.location.GeocodeProvider</string>
+ <!-- Package name providing geocoder API support. -->
+ <string name="config_geocodeProviderPackageName" translatable="false">com.google.android.location</string>
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveNotificationLed">true</bool>