diff options
author | Sungmin Choi <sungmin.choi@lge.com> | 2015-10-16 14:39:22 -0700 |
---|---|---|
committer | Vineeta Srivastava <vsrivastava@google.com> | 2015-10-22 16:59:44 -0700 |
commit | a665ea72075dbaa5a86f866ee6c8df5a80f1ced3 (patch) | |
tree | 1e94cb214aed802e43e5b907ad8cb5ecd3ad0552 /core | |
parent | 09fd4ecf90c7ae2536a6848e8c88c4878e0e0c24 (diff) | |
download | frameworks_base-a665ea72075dbaa5a86f866ee6c8df5a80f1ced3.zip frameworks_base-a665ea72075dbaa5a86f866ee6c8df5a80f1ced3.tar.gz frameworks_base-a665ea72075dbaa5a86f866ee6c8df5a80f1ced3.tar.bz2 |
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
Diffstat (limited to 'core')
-rwxr-xr-x | core/res/res/values-mcc204-mnc04/config.xml | 9 | ||||
-rw-r--r-- | core/res/res/values-mcc302-mnc780/config.xml | 19 |
2 files changed, 0 insertions, 28 deletions
diff --git a/core/res/res/values-mcc204-mnc04/config.xml b/core/res/res/values-mcc204-mnc04/config.xml index fb639ca..0f39e42 100755 --- a/core/res/res/values-mcc204-mnc04/config.xml +++ b/core/res/res/values-mcc204-mnc04/config.xml @@ -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> diff --git a/core/res/res/values-mcc302-mnc780/config.xml b/core/res/res/values-mcc302-mnc780/config.xml index 51abd36..a48f695 100644 --- a/core/res/res/values-mcc302-mnc780/config.xml +++ b/core/res/res/values-mcc302-mnc780/config.xml @@ -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> |