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

Commit 9f332c7f authored by Hall Liu's avatar Hall Liu
Browse files

Add PROPERTY_IS_DOWNGRADED_CONFERENCE

Change-Id: I490876b45dcfb0b0efa9604c9d666db485923391
Fix: 29806833
parent c8967160
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -370,8 +370,14 @@ public abstract class Connection extends Conferenceable {
     */
    public static final int PROPERTY_HAS_CDMA_VOICE_PRIVACY = 1<<5;

    /**
     * Indicates that the connection represents a downgraded IMS conference.
     * @hide
     */
    public static final int PROPERTY_IS_DOWNGRADED_CONFERENCE = 1<<6;

    //**********************************************************************************************
    // Next PROPERTY value: 1<<6
    // Next PROPERTY value: 1<<7
    //**********************************************************************************************

    /**