Commit 11a75969 authored by Cesar Matias's avatar Cesar Matias
Browse files

Google: Add Google Location provider

parent 4c4a8d21
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -133,4 +133,11 @@
        <item>"/system/framework/arm64/boot.oat"</item>
        <item>"/system/framework/arm64/boot-core-libart.oat"</item>
    </string-array>

    <string-array name="config_locationProviderPackageNames" translatable="false">
        <!-- The Google provider -->
        <item>com.google.android.gms</item>
        <!-- The standard AOSP fused location provider -->
        <item>com.android.location.fused</item>
    </string-array>
</resources>