diff options
author | Abhisek Devkota <ciwrl@cyanogenmod.com> | 2015-05-08 14:08:51 -0700 |
---|---|---|
committer | Abhisek Devkota <ciwrl@cyanogenmod.com> | 2015-05-08 14:08:51 -0700 |
commit | 788bd0991b7d8ccef475ac55148c05474aa8aca9 (patch) | |
tree | 5e6111b898c25b12e10d14c9f4c48b18ca042a4e /prebuilt | |
parent | f7e33f1bdf8c92bc4f60d97f38223901b8651462 (diff) | |
download | vendor_replicant-788bd0991b7d8ccef475ac55148c05474aa8aca9.zip vendor_replicant-788bd0991b7d8ccef475ac55148c05474aa8aca9.tar.gz vendor_replicant-788bd0991b7d8ccef475ac55148c05474aa8aca9.tar.bz2 |
Fix typo and build
Change-Id: I4a641747b785c91685442e0d81e6209b987f16bb
Diffstat (limited to 'prebuilt')
-rw-r--r-- | prebuilt/common/etc/apns-conf.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuilt/common/etc/apns-conf.xml b/prebuilt/common/etc/apns-conf.xml index 98d1028..cbb1a11 100644 --- a/prebuilt/common/etc/apns-conf.xml +++ b/prebuilt/common/etc/apns-conf.xml @@ -559,7 +559,7 @@ <apn carrier="Vodafone AL" mcc="276" mnc="02" apn="vodafoneweb" type="default,supl" /> <apn carrier="Vodafone AL MMS" mcc="276" mnc="02" apn="vfalmms" mmsc="http://mmsc.vodafone.al" mmsproxy="10.0.9.2" mmsport="8080" type="mms" /> <apn carrier="Eagle Mobile" mcc="276" mnc="03" apn="internet" type="default,supl" /> - <apn carrier="Eagle Mobile MMS" mcc="276" mnc"03" apn="mms" mmsc="http://192.168.140.164:38090" mmsproxy="192.168.141.25" mmsport="80" type="mms" /> + <apn carrier="Eagle Mobile MMS" mcc="276" mnc="03" apn="mms" mmsc="http://192.168.140.164:38090" mmsproxy="192.168.141.25" mmsport="80" type="mms" /> <apn carrier="Plus" mcc="276" mnc="04" apn="plusweb" type="default,supl" /> <apn carrier="Cytamobile MMS" mcc="280" mnc="01" apn="cytamobile" user="user" password="pass" mmsc="http://mmsc.cyta.com.cy" mmsproxy="212.031.096.161" mmsport="9201" type="mms" /> <apn carrier="Cytamobile" mcc="280" mnc="01" apn="internet" type="default,supl" /> |