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

Commit cb1fc353 authored by Etan Cohen's avatar Etan Cohen Committed by Android Git Automerger
Browse files

am d32e5aa8: Added debug system property to enable/disable IMS VoLTE/VT.

* commit 'd32e5aa844307221785bfe64b3a1b7ef36958cbd':
  Added debug system property to enable/disable IMS VoLTE/VT.
parents 29ba71bd 241312e0
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -209,4 +209,14 @@ 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 PROPERTY_DBG_IMS_VOLTE_ENABLE_DEAFULT
     */
    static final String PROPERTY_DBG_IMS_VOLTE_ENABLE = "persist.dbg.ims_volte_enable";

    static final int PROPERTY_DBG_IMS_VOLTE_ENABLE_DEAFULT = 0;
}