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

Commit c539080a authored by Yorke Lee's avatar Yorke Lee
Browse files

DO NOT MERGE Make CAPABILITY_VIDEO_CALLING public

Change was previously made in master

Change-Id: Ica37a2060dca35ed6c734852a12b8f9ab27cd8aa
parent 4cb5d80a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28706,6 +28706,7 @@ package android.telecom {
    field public static final int CAPABILITY_CONNECTION_MANAGER = 1; // 0x1
    field public static final int CAPABILITY_PLACE_EMERGENCY_CALLS = 16; // 0x10
    field public static final int CAPABILITY_SIM_SUBSCRIPTION = 4; // 0x4
    field public static final int CAPABILITY_VIDEO_CALLING = 8; // 0x8
    field public static final android.os.Parcelable.Creator<android.telecom.PhoneAccount> CREATOR;
    field public static final int NO_HIGHLIGHT_COLOR = 0; // 0x0
    field public static final int NO_ICON_TINT = 0; // 0x0
+0 −2
Original line number Diff line number Diff line
@@ -89,9 +89,7 @@ public class PhoneAccount implements Parcelable {
     * Flag indicating that this {@code PhoneAccount} is capable of placing video calls.
     * <p>
     * See {@link #getCapabilities}
     * @hide
     */
    @SystemApi
    public static final int CAPABILITY_VIDEO_CALLING = 0x8;

    /**