Class android.telephony.data.ApnSetting

Removed Methods
int getMmsPort()  
InetAddress getMmsProxy()  
int getPort()  
InetAddress getProxy()  
List<String> getTypes()  
 

Added Methods
int getApnTypeBitmask()  
InetAddress getMmsProxyAddress()  
int getMmsProxyPort()  
InetAddress getProxyAddress()  
int getProxyPort()  
 

Changed Methods
Uri getMmsc() Change in return type from URL to Uri.
 
int getMvnoType() Change in return type from String to int.
 
int getProtocol() Change in return type from String to int.
 
int getRoamingProtocol() Change in return type from String to int.
 
 

Removed Fields
String TYPE_ALL  
 

Changed Fields
int MVNO_TYPE_GID Change in type from String to int.
Changed in value from "gid" to 2.
 
int MVNO_TYPE_ICCID Change in type from String to int.
Changed in value from "iccid" to 3.
 
int MVNO_TYPE_IMSI Change in type from String to int.
Changed in value from "imsi" to 1.
 
int MVNO_TYPE_SPN Change in type from String to int.
Changed in value from "spn" to 0.
 
int PROTOCOL_IP Change in type from String to int.
Changed in value from "IP" to 0.
 
int PROTOCOL_IPV4V6 Change in type from String to int.
Changed in value from "IPV4V6" to 2.
 
int PROTOCOL_IPV6 Change in type from String to int.
Changed in value from "IPV6" to 1.
 
int PROTOCOL_PPP Change in type from String to int.
Changed in value from "PPP" to 3.
 
int TYPE_CBS Change in type from String to int.
Changed in value from "cbs" to 128.
 
int TYPE_DEFAULT Change in type from String to int.
Changed in value from "default" to 17.
 
int TYPE_DUN Change in type from String to int.
Changed in value from "dun" to 8.
 
int TYPE_EMERGENCY Change in type from String to int.
Changed in value from "emergency" to 512.
 
int TYPE_FOTA Change in type from String to int.
Changed in value from "fota" to 32.
 
int TYPE_HIPRI Change in type from String to int.
Changed in value from "hipri" to 16.
 
int TYPE_IA Change in type from String to int.
Changed in value from "ia" to 256.
 
int TYPE_IMS Change in type from String to int.
Changed in value from "ims" to 64.
 
int TYPE_MMS Change in type from String to int.
Changed in value from "mms" to 2.
 
int TYPE_SUPL Change in type from String to int.
Changed in value from "supl" to 4.