diff options
| author | Hashcode <hashcode0f@gmail.com> | 2013-08-15 12:24:29 -0700 |
|---|---|---|
| committer | Hashcode <hashcode0f@gmail.com> | 2013-08-15 12:24:29 -0700 |
| commit | 830880ec1d90fd1f7f2c57d9f8350ccc46f50c7d (patch) | |
| tree | 91eaf65d6de38a2d43f020ec7b0bb27ea2378f9c /overlay | |
| parent | 5c2fc016f1b5eb303d00ced64044610ca1b8887d (diff) | |
remove google specific location features
Change-Id: I5e00895e028013e232920b30023dec3ae410b22d
Diffstat (limited to 'overlay')
| -rw-r--r-- | overlay/aosp/frameworks/base/core/res/res/values/config.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/overlay/aosp/frameworks/base/core/res/res/values/config.xml b/overlay/aosp/frameworks/base/core/res/res/values/config.xml index e0bb46d..7ca12ce 100644 --- a/overlay/aosp/frameworks/base/core/res/res/values/config.xml +++ b/overlay/aosp/frameworks/base/core/res/res/values/config.xml @@ -71,13 +71,6 @@ movement threshold where scrolling should begin. --> <dimen name="config_viewConfigurationTouchSlop">16dp</dimen> - <string-array name="config_locationProviderPackageNames" translatable="false"> - <!-- The standard AOSP fused location provider --> - <item>com.android.location.fused</item> - <!-- The Google Network Location Services location provider --> - <item>com.google.android.location</item> - </string-array> - <bool name="config_automatic_brightness_available">true</bool> <!-- Array of light sensor LUX values to define our levels for auto backlight brightness support. |
