diff options
| -rw-r--r-- | core/res/res/values/config_telephony.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/res/res/values/config_telephony.xml b/core/res/res/values/config_telephony.xml index 61c7a8cde7d5..cdd8557393b8 100644 --- a/core/res/res/values/config_telephony.xml +++ b/core/res/res/values/config_telephony.xml @@ -393,6 +393,12 @@ <bool name="config_wait_for_device_alignment_in_demo_datagram">false</bool> <java-symbol type="bool" name="config_wait_for_device_alignment_in_demo_datagram" /> + <!-- Boolean indicating whether to enable MMS to be attempted on IWLAN if possible, even if + existing cellular networks already supports IWLAN. + --> + <bool name="force_iwlan_mms_feature_enabled">false</bool> + <java-symbol type="bool" name="force_iwlan_mms_feature_enabled" /> + <!-- The time duration in millis after which Telephony will abort the last message datagram sending requests. Telephony starts a timer when receiving a last message datagram sending request in either OFF, IDLE, or NOT_CONNECTED state. In NOT_CONNECTED, the duration of the |