Merge "Config Komodo to allow external GPS location providers" into main

This commit is contained in:
Treehugger Robot 2024-01-12 05:11:18 +00:00 committed by Android (Google) Code Review
commit 771dbc4f9f

View file

@ -310,4 +310,10 @@
<string name="config_mms_user_agent" translatable="false">ggx8b</string>
<!-- MMS user agent profile url -->
<string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/GGX8B.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>