Class android.telephony.TelephonyManager

Removed Methods
List<NeighboringCellInfo> getNeighboringCellInfo()  
 

Added Methods
boolean doesSwitchMultiSimConfigTriggerReboot()  
int getCardIdForDefaultEuicc()  
int getCarrierIdFromSimMccMnc()  
(Map<Integer, List<EmergencyNumber>>getEmergencyNumberList()  
(Map<Integer, List<EmergencyNumber>>getEmergencyNumberList(int)  
String getManufacturerCode()  
String getManufacturerCode(int)  
int getPreferredOpportunisticDataSubscription()  
int getSimSpecificCarrierId()  
CharSequence getSimSpecificCarrierIdName()  
String getTypeAllocationCode()  
String getTypeAllocationCode(int)  
List<UiccCardInfo> getUiccCardsInfo()  
boolean isDataRoamingEnabled()  
boolean isEmergencyNumber(String)  
int isMultiSimSupported()  
boolean isRttSupported()  
void requestCellInfoUpdate(Executor, CellInfoCallback)  
void setPreferredOpportunisticDataSubscription(int, boolean, Executor, Consumer<Integer>)  
void switchMultiSimConfig(int)  
void updateAvailableNetworks(List<AvailableNetworkInfo>, Executor, Consumer<Integer>)  
 

Added Fields
String ACTION_CARRIER_MESSAGING_CLIENT_SERVICE  
String ACTION_NETWORK_COUNTRY_CHANGED  
String ACTION_SECRET_CODE  
String ACTION_SUBSCRIPTION_SPECIFIC_CARRIER_IDENTITY_CHANGED  
int DATA_UNKNOWN  
String EXTRA_NETWORK_COUNTRY  
String EXTRA_SPECIFIC_CARRIER_ID  
String EXTRA_SPECIFIC_CARRIER_NAME  
int MULTISIM_ALLOWED  
int MULTISIM_NOT_SUPPORTED_BY_CARRIER  
int MULTISIM_NOT_SUPPORTED_BY_HARDWARE  
int NETWORK_TYPE_NR  
int SET_OPPORTUNISTIC_SUB_INACTIVE_SUBSCRIPTION  
int SET_OPPORTUNISTIC_SUB_SUCCESS  
int SET_OPPORTUNISTIC_SUB_VALIDATION_FAILED  
int UNINITIALIZED_CARD_ID  
int UNSUPPORTED_CARD_ID  
int UPDATE_AVAILABLE_NETWORKS_ABORTED  
int UPDATE_AVAILABLE_NETWORKS_INVALID_ARGUMENTS  
int UPDATE_AVAILABLE_NETWORKS_NO_CARRIER_PRIVILEGE  
int UPDATE_AVAILABLE_NETWORKS_SUCCESS  
int UPDATE_AVAILABLE_NETWORKS_UNKNOWN_FAILURE  
 

Changed Fields
String EXTRA_INCOMING_NUMBER Now deprecated.