Remove tether_apndata for Sasktel
Device has second APN (inet.stm.sk.ca) is being used for hot spot/tethered data. SaskTel has moved to a single APN on devices (pda.stm.sk.ca). BUG=25064017 Change-Id: I5ba1f9e7c3b54cf8e8681a289693aba0ac584296
This commit is contained in:
committed by
Vineeta Srivastava
parent
09fd4ecf90
commit
a665ea7207
@@ -44,14 +44,5 @@
|
||||
<item>false</item>
|
||||
</string-array>
|
||||
|
||||
<!-- String containing the apn value for tethering. May be overriden by secure settings
|
||||
TETHER_DUN_APN. Value is a comma separated series of strings:
|
||||
"name,apn,proxy,port,username,password,server,mmsc,mmsproxy,mmsport,mcc,mnc,auth,type",
|
||||
Or string format of ApnSettingV3.
|
||||
note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" -->
|
||||
<string-array translatable="false" name="config_tether_apndata">
|
||||
<item>[ApnSettingV3]SaskTel Tethering,inet.stm.sk.ca,,,,,,,,,204,04,,DUN,,,true,0,,,,,,,gid,5A</item>
|
||||
</string-array>
|
||||
|
||||
<string translatable="false" name="prohibit_manual_network_selection_in_gobal_mode">true;BAE0000000000000</string>
|
||||
</resources>
|
||||
|
||||
@@ -21,25 +21,6 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Array of ConnectivityManager.TYPE_xxxx values allowable for tethering -->
|
||||
<!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or
|
||||
<!== [0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH -->
|
||||
<integer-array translatable="false" name="config_tether_upstream_types">
|
||||
<item>1</item>
|
||||
<item>4</item>
|
||||
<item>7</item>
|
||||
<item>9</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- String containing the apn value for tethering. May be overriden by secure settings
|
||||
TETHER_DUN_APN. Value is a comma separated series of strings:
|
||||
"name,apn,proxy,port,username,password,server,mmsc,mmsproxy,mmsport,mcc,mnc,auth,type",
|
||||
Or string format of ApnSettingV3.
|
||||
note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" -->
|
||||
<string-array translatable="false" name="config_tether_apndata">
|
||||
<item>SaskTel Tethering,inet.stm.sk.ca,,,,,,,,,302,780,,DUN</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Don't use roaming icon for considered operators -->
|
||||
<string-array translatable="false" name="config_operatorConsideredNonRoaming">
|
||||
<item>302</item>
|
||||
|
||||
Reference in New Issue
Block a user