aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Rozic <rooobertinhooo@gmail.com>2014-05-20 21:36:32 +0200
committerRobert Rozic <rooobertinhooo@gmail.com>2014-05-20 21:36:32 +0200
commit5c51f4713c6d8f765fbe8d672e4e082e9d13a35d (patch)
treef607a77280be7858c6b7338297512bf44293422c
parent8c567b65dfdfb29e18ad5a97f37f650dae3ad732 (diff)
Try to fix AGPS
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml18
1 files changed, 18 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 bd99dde..b15f8a9 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -180,4 +180,22 @@
<string name="config_perf_profile_prop">sys.perf.profile</string>
<string name="config_perf_profile_default_entry">1</string>
+ <!-- Package name(s) containing location provider support.
+ These packages can contain services implementing location providers,
+ such as the Geocode Provider, Network Location Provider, and
+ Fused Location Provider. They will each be searched for
+ service components implementing these providers.
+ It is strongly recommended that the packages explicitly named
+ below are on the system image, so that they will not map to
+ a 3rd party application.
+ The location framework also has support for installation
+ of new location providers at run-time. The new package does not
+ have to be explicitly listed here, however it must have a signature
+ that matches the signature of at least one package on this list.
+ -->
+ <string-array name="config_locationProviderPackageNames" translatable="false">
+ <item>com.android.location.fused</item>
+ <item>com.google.android.gms</item>
+ </string-array>
+
</resources>