Make CAPABILITY_CAN_PAUSE_VIDEO public
Change-Id: If20f642a3d6bda886a68bb1e0ce459c38361a73c
This commit is contained in:
@@ -30060,6 +30060,7 @@ package android.telecom {
|
||||
method public int getHandlePresentation();
|
||||
method public android.telecom.StatusHints getStatusHints();
|
||||
method public int getVideoState();
|
||||
field public static final int CAPABILITY_CAN_PAUSE_VIDEO = 1048576; // 0x100000
|
||||
field public static final int CAPABILITY_DISCONNECT_FROM_CONFERENCE = 8192; // 0x2000
|
||||
field public static final int CAPABILITY_GENERIC_CONFERENCE = 16384; // 0x4000
|
||||
field public static final int CAPABILITY_HIGH_DEF_AUDIO = 32768; // 0x8000
|
||||
|
||||
@@ -32165,6 +32165,7 @@ package android.telecom {
|
||||
method public int getHandlePresentation();
|
||||
method public android.telecom.StatusHints getStatusHints();
|
||||
method public int getVideoState();
|
||||
field public static final int CAPABILITY_CAN_PAUSE_VIDEO = 1048576; // 0x100000
|
||||
field public static final int CAPABILITY_DISCONNECT_FROM_CONFERENCE = 8192; // 0x2000
|
||||
field public static final int CAPABILITY_GENERIC_CONFERENCE = 16384; // 0x4000
|
||||
field public static final int CAPABILITY_HIGH_DEF_AUDIO = 32768; // 0x8000
|
||||
|
||||
@@ -213,7 +213,6 @@ public final class Call {
|
||||
/**
|
||||
* For video calls, indicates whether the outgoing video for the call can be paused using
|
||||
* the {@link android.telecom.VideoProfile.VideoState#PAUSED} VideoState.
|
||||
* @hide
|
||||
*/
|
||||
public static final int CAPABILITY_CAN_PAUSE_VIDEO = 0x00100000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user