Add capability for a connection hand rejection text response.
Change-Id: Id90417736bed7ab8750144ccaf3c7b449ec832b8
This commit is contained in:
@ -206,8 +206,14 @@ public final class Call {
|
||||
*/
|
||||
public static final int CAPABILITY_CAN_PAUSE_VIDEO = 0x00100000;
|
||||
|
||||
/**
|
||||
* Call sends responses through connection.
|
||||
* @hide
|
||||
*/
|
||||
public static final int CAPABILITY_CAN_SEND_RESPONSE_VIA_CONNECTION = 0x00400000;
|
||||
|
||||
//******************************************************************************************
|
||||
// Next CAPABILITY value: 0x00004000
|
||||
// Next CAPABILITY value: 0x00800000
|
||||
//******************************************************************************************
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user