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

Commit 77437731 authored by Etan Cohen's avatar Etan Cohen
Browse files

Revert "Added debug system property to enable/disable IMS VoLTE/VT."

Superseded by "Enhanced 4G LTE Mode" official setting.

This reverts commit d32e5aa844307221785bfe64b3a1b7ef36958cbd.
parent 91e25eda
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -209,14 +209,4 @@ 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;
}