summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Lin <timtmlin@google.com>2020-09-30 15:31:36 +0800
committerTim Lin <timtmlin@google.com>2020-09-30 15:31:54 +0800
commitbd0bf6645f7e4283fc18a604022933ada14b2835 (patch)
treeb5e7c81fc2b0f9d6f9e25f24b8ecd992f6cc3b05
parent5fe350a483f582d31b9793cbf341414f419bb2c5 (diff)
downloadbonito-sepolicy-android11-qpr1-c-release.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: Iee821c18da87d4ca3f939283a8d28ef5db228ec2
-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 4683587e..30de9af2 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.multisim_switch_support 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