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:
parent
fa455db7b1
commit
bab49992fe
1 changed files with 6 additions and 0 deletions
|
@ -207,4 +207,10 @@
|
||||||
|
|
||||||
<!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
|
<!-- 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>
|
<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>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue