diff options
author | Steve Kondik <steve@cyngn.com> | 2016-06-13 11:17:23 -0700 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-21 18:26:07 +0100 |
commit | 8126cb8c09f99ae625364c98b1301d0c5390e27d (patch) | |
tree | e746055c69b6e98186d61b5495b91aecbfccf426 /overlay/frameworks/base | |
parent | ec9758c57d4a2b0f615a1729f29e4f952eaf5131 (diff) |
z2_plus: Disable the combo provider
* With combo provider enabled we see the heading while navigating
freeze and jump erratically. Let's just disable it. With this
configuration, we still get hardware geofences and such.
Change-Id: Ic37d6b7064dce19fa2f4f75ab74bc036b6b33611
Diffstat (limited to 'overlay/frameworks/base')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 1b312be..06b1982 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -489,9 +489,7 @@ </string-array> <!-- Enable overlay for all location components. --> - <bool name="config_enableNetworkLocationOverlay" translatable="false">false</bool> - <bool name="config_enableFusedLocationOverlay" translatable="false">false</bool> <string name="config_networkLocationProviderPackageName" translatable="false">com.qualcomm.location</string> <string name="config_fusedLocationProviderPackageName" translatable="false">com.qualcomm.location</string> - <string name="config_comboNetworkLocationProvider" translatable="false">com.qualcomm.location</string> -/resources> + +</resources> |