Skip to content
Snippets Groups Projects
Commit e7318024 authored by Wei Wang's avatar Wei Wang
Browse files

Add location extra package to the overlay config.

Bug: 119225658
Test: Manual
Change-Id: I39a8905e44e329057799af173619b0a941dff921
parent 37fa755c
No related branches found
No related tags found
No related merge requests found
...@@ -32,4 +32,9 @@ ...@@ -32,4 +32,9 @@
<item>com.google.android.gms</item> <item>com.google.android.gms</item>
<item>com.android.location.fused</item> <item>com.android.location.fused</item>
</string-array> </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> </resources>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment