Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67862cf3 authored by Tsuwei Chen's avatar Tsuwei Chen
Browse files

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
parent 38553adb
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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>
+0 −6
Original line number Diff line number Diff line
@@ -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>
+0 −6
Original line number Diff line number Diff line
@@ -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>
+0 −7
Original line number Diff line number Diff line
@@ -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>
+0 −6
Original line number Diff line number Diff line
@@ -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>
Loading