diff options
| author | 2018-07-20 12:33:30 -0700 | |
|---|---|---|
| committer | 2018-07-20 12:33:30 -0700 | |
| commit | 38bd60a75aef6043b3739ae70fb751f60a201104 (patch) | |
| tree | 7b54052ecd6221db70cf5385a9dafad395e77d5a | |
| parent | eee08e94387735a8993756c79c3270ed0d098b0b (diff) | |
| parent | 6296490f0bef4806716301bc9ac6ba0e9695c204 (diff) | |
Merge "Correct Telus gid" am: 198c084e32 am: dab961a1c8 am: 6f6b9bc53f
am: 6296490f0b
Change-Id: I260df56cc456341ff306e871488ad99ab572d094
| -rw-r--r-- | core/res/res/values-mcc302-mnc220/config.xml | 4 | ||||
| -rw-r--r-- | core/res/res/values-mcc302-mnc221/config.xml | 6 | 
2 files changed, 5 insertions, 5 deletions
diff --git a/core/res/res/values-mcc302-mnc220/config.xml b/core/res/res/values-mcc302-mnc220/config.xml index 8774334f11be..33081282d2ff 100644 --- a/core/res/res/values-mcc302-mnc220/config.xml +++ b/core/res/res/values-mcc302-mnc220/config.xml @@ -29,8 +29,8 @@           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]TELUS ISP,isp.telus.com,,,,,,,,,302,220,,DUN,IP,IP,true,0,,,,,,,gid,54</item> -        <item>[ApnSettingV3]Tethered Mobile Internet,isp.mb.com,,,,,,,,,302,220,,DUN,,,true,0,,,,,,,gid,50</item> +        <item>[ApnSettingV3]TELUS ISP,isp.telus.com,,,,,,,,,302,220,,DUN,IP,IP,true,0,,,,,,,gid,5455</item> +        <item>[ApnSettingV3]Tethered Mobile Internet,isp.mb.com,,,,,,,,,302,220,,DUN,,,true,0,,,,,,,gid,5043</item>          <item>[ApnSettingV3]Tethered Public Mobile,isp.mb.com,,,,,,,,,302,220,,DUN,,,true,0,,,,,,,gid,4D4F</item>      </string-array> diff --git a/core/res/res/values-mcc302-mnc221/config.xml b/core/res/res/values-mcc302-mnc221/config.xml index 05896b18cfb8..bb0d4d5c431c 100644 --- a/core/res/res/values-mcc302-mnc221/config.xml +++ b/core/res/res/values-mcc302-mnc221/config.xml @@ -27,9 +27,9 @@           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]TELUS ISP,isp.telus.com,,,,,,,,,302,221,,DUN,,,true,0,,,,,,,gid,54</item> -        <item>[ApnSettingV3]Tethered PC Mobile,isp.mb.com,,,,,,,,,302,221,,DUN,,,true,0,,,,,,,gid,50</item> -        <item>[ApnSettingV3]Koodo,sp.koodo.com,,,,,,,,,302,221,,DUN,,,true,0,,,,,,,gid,4B</item> +        <item>[ApnSettingV3]TELUS ISP,isp.telus.com,,,,,,,,,302,221,,DUN,,,true,0,,,,,,,gid,5455</item> +        <item>[ApnSettingV3]Tethered PC Mobile,isp.mb.com,,,,,,,,,302,221,,DUN,,,true,0,,,,,,,gid,5043</item> +        <item>[ApnSettingV3]Koodo,sp.koodo.com,,,,,,,,,302,221,,DUN,,,true,0,,,,,,,gid,4B4F</item>      </string-array>      <!-- Values for GPS configuration (Telus) -->  |