mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
Add Virgin Mobile US to ApnDefaults.
This commit is contained in:
parent
ef554ed265
commit
3d49e90779
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ public class ApnDefaults {
|
|||
|
||||
// Rogers - Untested
|
||||
put("302720", new MmsConnectionParameters("http://mms.gprs.rogers.com", "10.128.1.69", "80"));
|
||||
|
||||
// Virgin Mobile US - Untested
|
||||
put("310053", new MmsConnectionParameters("http://mmsc.vmobl.com:8080/mms", "205.239.233.136", "81"));
|
||||
}};
|
||||
|
||||
public static MmsConnectionParameters getMmsConnectionParameters(Context context) {
|
||||
|
|
Loading…
Reference in a new issue