diff options
author | Etan Cohen <etancohen@google.com> | 2014-08-11 14:32:21 -0700 |
---|---|---|
committer | Etan Cohen <etancohen@google.com> | 2014-08-11 23:55:11 +0000 |
commit | 77437731a70c74d24a3a63d5d1cb899ffae34eb1 (patch) | |
tree | 34e2bd36520e965073a65ad4b341a0e9e62463f5 /telephony | |
parent | 91e25eda411572c7b56382351d718f1343050310 (diff) | |
download | frameworks_base-77437731a70c74d24a3a63d5d1cb899ffae34eb1.zip frameworks_base-77437731a70c74d24a3a63d5d1cb899ffae34eb1.tar.gz frameworks_base-77437731a70c74d24a3a63d5d1cb899ffae34eb1.tar.bz2 |
Revert "Added debug system property to enable/disable IMS VoLTE/VT."
Superseded by "Enhanced 4G LTE Mode" official setting.
This reverts commit d32e5aa844307221785bfe64b3a1b7ef36958cbd.
Diffstat (limited to 'telephony')
-rw-r--r-- | telephony/java/com/android/internal/telephony/TelephonyProperties.java | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/telephony/java/com/android/internal/telephony/TelephonyProperties.java b/telephony/java/com/android/internal/telephony/TelephonyProperties.java index 41b6b76..5ec4247 100644 --- a/telephony/java/com/android/internal/telephony/TelephonyProperties.java +++ b/telephony/java/com/android/internal/telephony/TelephonyProperties.java @@ -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; } |