sm8250-common: Set right Sprint APNs
* We need the new Sprint APNs (x.ispsn.*). Change-Id: I8680ed8ae214c7e76dc177f1db8474e092b03a37 Signed-off-by: Erfan Abdi <erfangplus@gmail.com>
This commit is contained in:
parent
2d239e9f10
commit
041cd132b7
2 changed files with 4 additions and 0 deletions
|
@ -189,6 +189,7 @@ TARGET_USERIMAGES_USE_F2FS := true
|
|||
TARGET_USES_MKE2FS := true
|
||||
|
||||
# RIL
|
||||
CUSTOM_APNS_FILE := $(COMMON_PATH)/configs/apns-conf.xml
|
||||
ENABLE_VENDOR_RIL_SERVICE := true
|
||||
|
||||
# Security patch level
|
||||
|
|
3
configs/apns-conf.xml
Normal file
3
configs/apns-conf.xml
Normal file
|
@ -0,0 +1,3 @@
|
|||
<apn carrier="Sprint LTE internet" mcc="310" mnc="120" apn="x.ispsn" type="default,mms,supl,hipri,dun" mmsc="http://mms.sprintpcs.com/servlets/mms" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer="14" />
|
||||
<apn carrier="Sprint EHRPD internet" mcc="310" mnc="120" apn="x.ispsn" type="default,mms,supl,hipri" mmsc="http://mms.sprintpcs.com/servlets/mms" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer="13" />
|
||||
<apn carrier="Sprint internet" mcc="310" mnc="120" apn="x.ispsn" type="mms,supl,hipri" mmsc="http://mms.sprintpcs.com/servlets/mms" protocol="IPV4V6" roaming_protocol="IPV4V6" />
|
Loading…
Reference in a new issue