Move carrier-specific GPS parameters out of framework/base directory.
Bug: 17288144 All carrier values has been moved to device only directory, in this change: https://googleplex-android-review.git.corp.google.com/#/c/543322 Change-Id: Idb958a75edc612dc83c8382fa6546c3588889e39
This commit is contained in:
@@ -34,11 +34,4 @@
|
||||
</string-array>
|
||||
|
||||
<bool name="config_auto_attach_data_on_creation">false</bool>
|
||||
|
||||
<!-- Values for GPS configuration (Verizon) -->
|
||||
<string-array translatable="false" name="config_gpsParameters">
|
||||
<item>CAPABILITIES=0x31</item>
|
||||
<item>LPP_PROFILE=3</item>
|
||||
<item>GPS_LOCK=3</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -25,10 +25,4 @@
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1422</integer>
|
||||
|
||||
<!-- Values for GPS configuration (Sprint) -->
|
||||
<string-array translatable="false" name="config_gpsParameters">
|
||||
<item>CAPABILITIES=0x31</item>
|
||||
<item>GPS_LOCK=3</item>
|
||||
<item>LPP_PROFILE=2</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -33,10 +33,4 @@
|
||||
<item>315</item>
|
||||
<item>316</item>
|
||||
</string-array>
|
||||
<!-- Values for GPS configuration (AT&T) -->
|
||||
<string-array translatable="false" name="config_gpsParameters">
|
||||
<item>CAPABILITIES=0x33</item>
|
||||
<item>LPP_PROFILE=3</item>
|
||||
<item>GPS_LOCK=1</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -29,11 +29,4 @@
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
<bool name="config_carrier_volte_vt_available">true</bool>
|
||||
|
||||
<!-- Values for GPS configuration (T-Mobile) -->
|
||||
<string-array translatable="false" name="config_gpsParameters">
|
||||
<item>CAPABILITEIS=0x33</item>
|
||||
<item>GPS_LOCK=1</item>
|
||||
<item>LPP_PROFILE=2</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -40,12 +40,6 @@
|
||||
<item>315</item>
|
||||
<item>316</item>
|
||||
</string-array>
|
||||
<!-- Values for GPS configuration (AT&T) -->
|
||||
<string-array translatable="false" name="config_gpsParameters">
|
||||
<item>CAPABILITIES=0x33</item>
|
||||
<item>GPS_LOCK=1</item>
|
||||
<item>LPP_PROFILE=3</item>
|
||||
</string-array>
|
||||
<!-- Do not translate. Defines the slots is Two Digit Number for dialing normally not USSD -->
|
||||
<string-array name="config_twoDigitNumberPattern">
|
||||
<item>"0"</item>
|
||||
|
||||
@@ -37,11 +37,4 @@
|
||||
note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" -->
|
||||
<string translatable="false" name="config_tether_apndata">Tether,broadband.cellular1.net,,,,,,,,,311,190,,DUN</string>
|
||||
|
||||
<!-- Values for GPS configuration (Sprint) -->
|
||||
<string-array translatable="false" name="config_gpsParameters">
|
||||
<item>CAPABILITIES=0x31</item>
|
||||
<item>GPS_LOCK=3</item>
|
||||
<item>LPP_PROFILE=2</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -44,11 +44,4 @@
|
||||
<bool name="config_carrier_volte_vt_available">false</bool>
|
||||
|
||||
<bool name="config_auto_attach_data_on_creation">false</bool>
|
||||
|
||||
<!-- Values for GPS configuration (Verizon) -->
|
||||
<string-array translatable="false" name="config_gpsParameters">
|
||||
<item>CAPABILITIES=0x31</item>
|
||||
<item>GPS_LOCK=3</item>
|
||||
<item>LPP_PROFILE=3</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -1719,16 +1719,7 @@
|
||||
<string-array translatable="false" name="config_gpsParameters">
|
||||
<item>SUPL_HOST=supl.google.com</item>
|
||||
<item>SUPL_PORT=7275</item>
|
||||
<item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra2.bin</item>
|
||||
<item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra2.bin</item>
|
||||
<item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra2.bin</item>
|
||||
<item>NTP_SERVER=north-america.pool.ntp.org</item>
|
||||
<item>SUPL_VER=0x20000</item>
|
||||
<item>CAPABILITIES=0x33</item>
|
||||
<item>LPP_PROFILE=0</item>
|
||||
<item>NMEA_PROVIDER=0</item>
|
||||
<item>A_GLONASS_POS_PROTOCOL_SELECT=0</item>
|
||||
<item>ERR_ESTIMATE=0</item>
|
||||
<item>INTERMEDIATE_POS=0</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user