diff options
author | Nick Pelly <npelly@google.com> | 2012-05-27 02:00:47 -0700 |
---|---|---|
committer | Nick Pelly <npelly@google.com> | 2012-05-27 02:00:47 -0700 |
commit | 808c3fd50fd69b26b2e65b64403f8f6c4ac67e79 (patch) | |
tree | 5458a368984eee27cf9a5d4aa8c7bd3b491cd048 /overlay | |
parent | a1246c17b0acfc2bb255c24e85be40e48d327e6f (diff) | |
download | device_samsung_tuna-808c3fd50fd69b26b2e65b64403f8f6c4ac67e79.zip device_samsung_tuna-808c3fd50fd69b26b2e65b64403f8f6c4ac67e79.tar.gz device_samsung_tuna-808c3fd50fd69b26b2e65b64403f8f6c4ac67e79.tar.bz2 |
Update device for new location provider configs.
Change-Id: I538130990e38009a500c72a820988ef8235b1ec8
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 14 |
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> |