Added Rogers APN defaults
This commit is contained in:
parent
01658cc454
commit
a057b628eb
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ public class ApnDefaults {
|
|||
//Telenor Norway - Tested
|
||||
put("24201", new MmsConnectionParameters("http://mmsc", "10.10.10.11", "8080"));
|
||||
|
||||
// Rogers - Untested
|
||||
put("302720", new MmsConnectionParameters("http://mms.gprs.rogers.com", "10.128.1.69", "80"));
|
||||
}};
|
||||
|
||||
public static MmsConnectionParameters getMmsConnectionParameters(Context context) {
|
||||
|
|
Loading…
Add table
Reference in a new issue