Add Call Composer Tuple in RcsContactPresenceTuple class

Test: Treehugger
Bug: 173437870
Change-Id: Id1c3eaf11d85ec5df3c253443bafdb18fd31ccce
This commit is contained in:
Shuo Qian
2020-12-23 15:24:25 -08:00
parent 9b59c503b1
commit 111e80214e

View File

@@ -39,6 +39,10 @@ public class RcsContactPresenceTuple implements Parcelable {
/** The service id of the MMTEL */ /** The service id of the MMTEL */
public static final String SERVICE_ID_MMTEL = "org.3gpp.urn:urn-7:3gpp-service.ims.icsi.mmtel"; public static final String SERVICE_ID_MMTEL = "org.3gpp.urn:urn-7:3gpp-service.ims.icsi.mmtel";
/** The service id of the Call Composer */
public static final String SERVICE_ID_CALL_COMPOSER =
"org.3gpp.urn:urn-7:3gppservice.ims.icsi.gsma.callcomposer";
/** The service capabilities is available. */ /** The service capabilities is available. */
public static final String TUPLE_BASIC_STATUS_OPEN = "open"; public static final String TUPLE_BASIC_STATUS_OPEN = "open";