Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38f0119b authored by Bryce Lee's avatar Bryce Lee Committed by Android Git Automerger
Browse files

am adf38ccb: am b70426b1: am 4c9fcd54: Merge "Add capability to identify phone...

am adf38ccb: am b70426b1: am 4c9fcd54: Merge "Add capability to identify phone accounts that are emergency only." into cw-e-dev

* commit 'adf38ccb':
  Add capability to identify phone accounts that are emergency only.
parents 3273e045 adf38ccb
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -121,6 +121,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.
     */