Config Tokay to allow external GPS location providers

-A noop change by itself, but allows Google to later overlay
 a different GPS engine within GmsCore.

Bug: 306045408
Change-Id: I314be4353ec6706a6898c51e970f0a914f639d79
Test: Manual
This commit is contained in:
Sasha Kuznetsov 2024-01-11 18:56:53 +00:00
parent ebd90f4b58
commit a828ecdbae

View file

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