Merge "Config Akita to allow external GPS location providers" into udc-qpr-dev am: 1ba8037d7d

Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/25391176

Change-Id: I05d4934652c12c8f785ea54d0b59f3c431d55772
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
David Christie 2023-11-20 21:10:49 +00:00 committed by Automerger Merge Worker
commit 55e93f3793

View file

@ -301,4 +301,11 @@
<string name="config_mms_user_agent" translatable="false">gkv4x</string>
<!-- MMS user agent profile url -->
<string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/GKV4X.xml</string>
<!-- Allow the GPS_PROVIDER to be replaced by the location provider app at run-time. -->
<bool name="config_useGnssHardwareProvider" translatable="false">false</bool>
<!-- Package name providing GNSS location support. Used only when
config_useGnssHardwareProvider is false. -->
<string name="config_gnssLocationProviderPackageName" translatable="false">com.google.android.gms</string>
</resources>