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

Commit 7800fb75 authored by Evan Charlton's avatar Evan Charlton
Browse files

@hide CAPABILITY_CALL_PROVIDER

Until this API is fleshed out, leave ourselves room to tweak it.

Change-Id: Iddedb629d6fa02a56cd2041686dbe54ea5e4793b
parent 2c4b812a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -28608,7 +28608,6 @@ package android.telecomm {
    method public java.lang.String getSubscriptionNumber();
    method public boolean isVideoCallingSupported();
    method public void writeToParcel(android.os.Parcel, int);
    field public static final int CAPABILITY_CALL_PROVIDER = 2; // 0x2
    field public static final int CAPABILITY_SIM_CALL_MANAGER = 1; // 0x1
    field public static final int CAPABILITY_SIM_SUBSCRIPTION = 4; // 0x4
    field public static final android.os.Parcelable.Creator CREATOR;
+2 −0
Original line number Diff line number Diff line
@@ -52,6 +52,8 @@ public class PhoneAccount implements Parcelable {
     * calls from or use the built-in telephony stack to place its calls.
     * <p>
     * See {@link #getCapabilities}
     *
     * {@hide}
     */
    public static final int CAPABILITY_CALL_PROVIDER = 0x2;