aboutsummaryrefslogtreecommitdiff
path: root/overlays
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2012-10-16 23:55:37 -0500
committerJeff Hamilton <jham@android.com>2012-10-16 23:55:37 -0500
commitd2f189f40ea643f5a9af83ed343d724fbba42322 (patch)
treee328f8c45a4235993738c3b1a6b1e78c13272dcd /overlays
parentbbc41a6dece34445e7877a51e8b9ed7ee15d5514 (diff)
downloadsample-d2f189f40ea643f5a9af83ed343d724fbba42322.tar.gz
Add in the fallback fused location provider.
Bug: 7242814 Change-Id: I997df0599aa95d5b31ad983accd50eb987bb3d83
Diffstat (limited to 'overlays')
-rw-r--r--overlays/location/frameworks/base/core/res/res/values/config.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/overlays/location/frameworks/base/core/res/res/values/config.xml b/overlays/location/frameworks/base/core/res/res/values/config.xml
index 278bbce..f11f045 100644
--- a/overlays/location/frameworks/base/core/res/res/values/config.xml
+++ b/overlays/location/frameworks/base/core/res/res/values/config.xml
@@ -24,5 +24,6 @@
-->
<string-array name="config_locationProviderPackageNames" translatable="false">
<item>com.google.android.location</item>
+ <item>com.android.location.fused</item>
</string-array>
</resources>