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

Commit e21eb001 authored by Suchand Ghosh's avatar Suchand Ghosh Committed by Ricardo Cerqueira
Browse files

IMS: Conference URI support.

Add Telephony Property PROPERTY_DBG_IMS_VOLTE_ENABLE,
extras EXTRAS_IS_CONFERENCE_URI, EXTRA_DIAL_CONFERENCE_URI
which will require by Telecomm, TeleService, Telephony
Framework, IMS framework etc.

CRs-Fixed: 713839
Change-Id: I2040bd040a46f7f416b3689cf87b351530f8e293
parent 1f4d0576
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -221,4 +221,17 @@ public interface TelephonyProperties
     * Set to the sim count.
     */
    static final String PROPERTY_SIM_COUNT = "ro.telephony.sim.count";

    /**
     * Enable VoLTE/VT over IMS: debug option
     * If 1: use IMS if provisioned/registered etc (i.e. standard operation)
     * If 0: use CS.
     * If missing: use 0
     */
    static final String PROPERTY_DBG_IMS_VOLTE_ENABLE = "persist.dbg.ims_volte_enable";

    static final String EXTRAS_IS_CONFERENCE_URI = "isConferenceUri";

    static final String EXTRA_DIAL_CONFERENCE_URI =
            "org.codeaurora.extra.DIAL_CONFERENCE_URI";
}