am 66f59dc1: am 4ab39690: Merge "Enable EMERGENCY mobile connections." into mnc-dev
* commit '66f59dc1bde15be207d49fafb97db372cb01d977': Enable EMERGENCY mobile connections.
This commit is contained in:
@@ -431,7 +431,8 @@ public class ConnectivityManager {
|
|||||||
public static final int TYPE_MOBILE_IA = 14;
|
public static final int TYPE_MOBILE_IA = 14;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Emergency PDN connection for emergency calls
|
* Emergency PDN connection for emergency services. This
|
||||||
|
* may include IMS and MMS in emergency situations.
|
||||||
* {@hide}
|
* {@hide}
|
||||||
*/
|
*/
|
||||||
public static final int TYPE_MOBILE_EMERGENCY = 15;
|
public static final int TYPE_MOBILE_EMERGENCY = 15;
|
||||||
|
|||||||
@@ -132,7 +132,8 @@ public final class NetworkCapabilities implements Parcelable {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Indicates this is a network that has the ability to reach a carrier's
|
* Indicates this is a network that has the ability to reach a carrier's
|
||||||
* Emergency IMS servers, used for network signaling during emergency calls.
|
* Emergency IMS servers or other services, used for network signaling
|
||||||
|
* during emergency calls.
|
||||||
*/
|
*/
|
||||||
public static final int NET_CAPABILITY_EIMS = 10;
|
public static final int NET_CAPABILITY_EIMS = 10;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user