gsi: overlay: Add GMS / microG location providers

This commit is contained in:
Peter Cai 2022-08-26 16:42:09 -04:00
parent be06f0daac
commit 3d0ba94840

View file

@ -50,4 +50,15 @@
<!-- ColorDisplayManager.COLOR_MODE_AUTOMATIC -->
<item>3</item>
</array>
<!-- Package name(s) containing location provider support. These packages will be auto-granted
several permissions by the system, and should be system packages. -->
<string-array name="config_locationProviderPackageNames" translatable="false">
<!-- The standard AOSP fused location provider -->
<item>com.android.location.fused</item>
<!-- Google Play Services or microG -->
<item>com.google.android.gms</item>
<!-- Standalone UnifiedNlp (for gapps) -->
<item>org.microg.nlp</item>
</string-array>
</resources>