Config Tegu to allow external GPS location providers

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

Bug: 343731153
Test: Manual
Flag: EXEMPT resource only update

	modified:   tegu/overlay/frameworks/base/core/res/res/values/config.xml

Change-Id: Id4ea559c8fb666fee06ec73b5a30414bd8c232a8
This commit is contained in:
David Christie 2024-05-30 10:35:17 -07:00
parent fa455db7b1
commit bab49992fe

View file

@ -207,4 +207,10 @@
<!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</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>