Merge "Add Call Composer Tuple in RcsContactPresenceTuple class" am: 45a397a84a

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1542210

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I2ee6e39cecc75ce25a01c5d0824b657771391cb4
This commit is contained in:
Shuo Qian
2021-01-08 09:24:47 +00:00
committed by Automerger Merge Worker

View File

@@ -39,6 +39,10 @@ public class RcsContactPresenceTuple implements Parcelable {
/** The service id of the 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. */
public static final String TUPLE_BASIC_STATUS_OPEN = "open";