Config Comet 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: I30b185492aeb2998e58af0164a093f13a81779bb Test: Manual
This commit is contained in:
parent
44fa05927d
commit
e643be17a4
1 changed files with 6 additions and 0 deletions
|
@ -358,4 +358,10 @@
|
|||
<string name="config_mms_user_agent" translatable="false">ggh2x</string>
|
||||
<!-- MMS user agent profile url -->
|
||||
<string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/GGH2X.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