mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-19 19:48:27 +00:00
Added Telenor Norway to APN Defaults
This commit is contained in:
parent
8e2288205c
commit
fcea8ebc3f
@ -29,6 +29,9 @@ public class ApnDefaults {
|
||||
put("310005", new MmsConnectionParameters("http://mms.vtext.com/servlets/mms", null, null));
|
||||
put("310012", new MmsConnectionParameters("http://mms.vtext.com/servlets/mms", null, null));
|
||||
|
||||
//Telenor Norway - Tested
|
||||
put("24201", new MmsConnectionParameters("http://mmsc", "10.10.10.11", "8080"));
|
||||
|
||||
}};
|
||||
|
||||
public static MmsConnectionParameters getMmsConnectionParameters(Context context) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user