diff options
| author | 2024-07-04 01:11:56 +0000 | |
|---|---|---|
| committer | 2024-07-04 01:11:56 +0000 | |
| commit | 5ed1656b9342fa0feaffc541a55a1efedb969774 (patch) | |
| tree | 6584bee0518a8af73899f642f8128576161b0545 | |
| parent | c856fdc7717684b7a330f972c91edf2b55780bcc (diff) | |
| parent | 6d9eeed65da69164511f623545c661082c45d344 (diff) | |
Merge "Support configuration to enable/disable Force Iwlan mms feature" into 24D1-dev am: 6d9eeed65d
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/28141357
Change-Id: I8d62d5735403e8b8429000d288a982c9d1f88417
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -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 |