Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd59b703 authored by Allen Su's avatar Allen Su Committed by android-build-merger
Browse files

Merge "[RCS] Add initial RcsFeature type" am: 6cb5422c am: ca6995b7

am: 2c464dfd

Change-Id: I117e1eb1fadb57ee47b66bd1f7ca3fad6175f75d
parents a12b9e0c 2c464dfd
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -199,11 +199,18 @@ public class RcsFeature extends ImsFeature {
        /** @hide*/
        @Retention(RetentionPolicy.SOURCE)
        @IntDef(prefix = "CAPABILITY_TYPE_", flag = true, value = {
                CAPABILITY_TYPE_NONE,
                CAPABILITY_TYPE_OPTIONS_UCE,
                CAPABILITY_TYPE_PRESENCE_UCE
        })
        public @interface RcsImsCapabilityFlag {}

        /**
         * Undefined capability type for initialization
         * @hide
         */
        public static final int CAPABILITY_TYPE_NONE = 0;

        /**
         * This carrier supports User Capability Exchange using SIP OPTIONS as defined by the
         * framework. If set, the RcsFeature should support capability exchange using SIP OPTIONS.