diff options
| author | 2024-07-04 00:51:30 +0000 | |
|---|---|---|
| committer | 2024-07-04 00:51:30 +0000 | |
| commit | 6d9eeed65da69164511f623545c661082c45d344 (patch) | |
| tree | 79fd10e17de5f6d061d6185a1347096bde0c7ab3 | |
| parent | 23ade0d05746a81ae7c2e88954151ab897e4f63d (diff) | |
| parent | 03bf24cb8036e031c0f174c8e660a7f614e60409 (diff) | |
Merge "Support configuration to enable/disable Force Iwlan mms feature" into 24D1-dev
| -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 cc5ea63bea3d..2388c965c3fb 100644 --- a/core/res/res/values/config_telephony.xml +++ b/core/res/res/values/config_telephony.xml @@ -382,6 +382,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 |