Config Akita 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 Test: Manual Change-Id: I191d378b92a7982df6c901508b066360a92bcf99
This commit is contained in:
parent
7e2f3ec21f
commit
55dcaf387d
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue