am b70426b1: am 4c9fcd54: Merge "Add capability to identify phone accounts that are emergency only." into cw-e-dev
* commit 'b70426b197c373ccd8ab46c080fedf66e43d52e3': Add capability to identify phone accounts that are emergency only.
This commit is contained in:
@@ -120,6 +120,14 @@ public final class PhoneAccount implements Parcelable {
|
||||
*/
|
||||
public static final int CAPABILITY_CALL_SUBJECT = 0x40;
|
||||
|
||||
/**
|
||||
* Flag indicating that this {@code PhoneAccount} should only be used for emergency calls.
|
||||
* <p>
|
||||
* See {@link #getCapabilities}
|
||||
* @hide
|
||||
*/
|
||||
public static final int CAPABILITY_EMERGENCY_CALLS_ONLY = 0x80;
|
||||
|
||||
/**
|
||||
* URI scheme for telephone number URIs.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user