diff options
author | Jeff Hamilton <jham@android.com> | 2012-10-05 13:01:43 -0500 |
---|---|---|
committer | Jeff Hamilton <jham@android.com> | 2012-10-05 13:01:54 -0500 |
commit | f7d299d080521a796cc60ef0d03ebb913c3a0a36 (patch) | |
tree | 7a4070bed6f28642d94ee809f1cdc6a33ac34bb6 /overlay | |
parent | 8d1a08383fb9dee994120f63f92118fd5b4d1931 (diff) | |
download | device_samsung_tuna-f7d299d080521a796cc60ef0d03ebb913c3a0a36.zip device_samsung_tuna-f7d299d080521a796cc60ef0d03ebb913c3a0a36.tar.gz device_samsung_tuna-f7d299d080521a796cc60ef0d03ebb913c3a0a36.tar.bz2 |
Revert "Remove the Google specific location config."
This reverts commit 8d1a08383fb9dee994120f63f92118fd5b4d1931.
Change-Id: I575b57b5e8399190320795863ae2549dac3c1682
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 4 |
1 files changed, 4 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 2cd1c67..2a08cac 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -234,6 +234,10 @@ <bool name="config_ui_enableFadingMarquee">false</bool> + <string-array name="config_overlay_locationProviderPackageNames" translatable="false"> + <item>com.google.android.location</item> + </string-array> + <!-- Is the notification LED intrusive? Used to decide if there should be a disable option --> <bool name="config_intrusiveNotificationLed">true</bool> |