mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-22 03:48:26 +00:00
Added Rogers APN defaults
This commit is contained in:
parent
01658cc454
commit
a057b628eb
@ -32,6 +32,8 @@ public class ApnDefaults {
|
|||||||
//Telenor Norway - Tested
|
//Telenor Norway - Tested
|
||||||
put("24201", new MmsConnectionParameters("http://mmsc", "10.10.10.11", "8080"));
|
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) {
|
public static MmsConnectionParameters getMmsConnectionParameters(Context context) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user