Add capability for a connection hand rejection text response.

Change-Id: Id90417736bed7ab8750144ccaf3c7b449ec832b8
This commit is contained in:
Bryce Lee
2015-08-28 16:38:02 -07:00
parent 65d438563a
commit 8190168077
4 changed files with 51 additions and 2 deletions

View File

@ -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
//******************************************************************************************
/**