aboutsummaryrefslogtreecommitdiff
path: root/overlays
diff options
context:
space:
mode:
authorWei Wang <weiwa@google.com>2019-01-13 23:48:39 -0800
committerWei Wang <weiwa@google.com>2019-01-14 17:14:56 -0800
commite731802484a671a09deab66a9e8eab593246a6bc (patch)
tree82672a023b82de5730ca6c7c013fbc668753f973 /overlays
parent37fa755c318ec6d40c97733c6bc0879d620a7b45 (diff)
downloadsample-e731802484a671a09deab66a9e8eab593246a6bc.tar.gz
Add location extra package to the overlay config.
Bug: 119225658 Test: Manual Change-Id: I39a8905e44e329057799af173619b0a941dff921
Diffstat (limited to 'overlays')
-rw-r--r--overlays/location/frameworks/base/core/res/res/values/config.xml5
1 files changed, 5 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 7d93c43..b9d0dd5 100644
--- a/overlays/location/frameworks/base/core/res/res/values/config.xml
+++ b/overlays/location/frameworks/base/core/res/res/values/config.xml
@@ -32,4 +32,9 @@
<item>com.google.android.gms</item>
<item>com.android.location.fused</item>
</string-array>
+
+ <!-- Sets the package name for location extra packages -->
+ <string-array name="config_locationExtraPackageNames" translatable="false">
+ <item>com.google.android.gms.location.history</item>
+ </string-array>
</resources>