13 lines
882 B
Diff
13 lines
882 B
Diff
diff --git a/prebuilt/common/etc/apns-conf.xml b/prebuilt/common/etc/apns-conf.xml
|
|
index a7c9e2d..81716d3 100644
|
|
--- a/prebuilt/common/etc/apns-conf.xml
|
|
+++ b/prebuilt/common/etc/apns-conf.xml
|
|
@@ -22,6 +22,7 @@
|
|
<!-- This version must agree with that in apps/common/res/apns.xml -->
|
|
<!-- Possible values for auth_type: 0 (None), 1 (PAP), 2 (CHAP), 3 (PAP or CHAP) -->
|
|
<apns version="8">
|
|
+ <apn carrier="PHH IMS" mcc="310" mnc="240" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" />
|
|
<apn carrier="Test Internet" mcc="001" mnc="01" apn="VZWINTERNET" type="default,dun,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" />
|
|
<apn carrier="Test FOTA" mcc="001" mnc="01" apn="VZWADMIN" type="fota" protocol="IPV4V6" roaming_protocol="IPV4V6" />
|
|
<apn carrier="Test IMS" mcc="001" mnc="01" apn="VZWIMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" />
|