summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Lin <timtmlin@google.com>2020-09-30 15:54:29 +0800
committerTim Lin <timtmlin@google.com>2020-09-30 15:54:35 +0800
commit65cb2f312321d4a0330c5ffd2fbe6f84f18376cf (patch)
treec0068fcec02d02265d299e40fbcaf8f071120004
parentdd47452a18249aef0fd3504d949f947923a82f08 (diff)
downloadcrosshatch-sepolicy-65cb2f312321d4a0330c5ffd2fbe6f84f18376cf.tar.gz
qcril: fix MT SMS sent during power offandroid-11.0.0_r30android11-qpr1-c-release
qcril will block any further MT SMS if previous one is not ACKed. For this bug, IMS service is not ready and resulted in qcril stuck in blocking state. This solution will add 30s timer to reset blocking state if there is no ACK from Telephony. Bug: 169549852 Test: MT SMS during power off Change-Id: Ieed4561b884d79653843f76b0c78dcb20938ef47
-rw-r--r--vendor/qcom/common/property_contexts1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/qcom/common/property_contexts b/vendor/qcom/common/property_contexts
index a95f12b..cc4d68e 100644
--- a/vendor/qcom/common/property_contexts
+++ b/vendor/qcom/common/property_contexts
@@ -156,6 +156,7 @@ persist.vendor.radio.custom_ecc u:object_r:vendor_radio_prop:s0
persist.vendor.radio.data_con_rprt u:object_r:vendor_radio_prop:s0
persist.vendor.radio.data_ltd_sys_ind u:object_r:vendor_radio_prop:s0
persist.vendor.radio.is_wps_enabled u:object_r:vendor_radio_prop:s0
+persist.vendor.radio.mt_sms_ack u:object_r:vendor_radio_prop:s0
persist.vendor.radio.sib16_support u:object_r:vendor_radio_prop:s0
persist.vendor.radio.snapshot_enabled u:object_r:vendor_radio_prop:s0
persist.vendor.radio.snapshot_timer u:object_r:vendor_radio_prop:s0