sm6375-common: Fix persist.vendor.radio.poweron_opt to 0

* If this value 1 breaks SMS receiving

Change-Id: I6f045b67c4a84b246471fa9249fa883fc78c1ee1
This commit is contained in:
SagarMakhar 2024-10-01 23:59:30 +05:30 committed by Anand S
parent 4692f62bef
commit 4ed8978b35
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -104,7 +104,7 @@ INSERT OR REPLACE INTO qcril_properties_table(property, def_val) VALUES("persist
INSERT OR REPLACE INTO qcril_properties_table(property, def_val) VALUES("persist.vendor.radio.csg_info_avlbl", "0");
INSERT OR REPLACE INTO qcril_properties_table(property, def_val) VALUES("persist.vendor.radio.cs_srv_type", "0");
INSERT OR REPLACE INTO qcril_properties_table(property, def_val) VALUES("persist.vendor.radio.limit_rac_change", "0");
INSERT OR REPLACE INTO qcril_properties_table(property, def_val) VALUES("persist.vendor.radio.poweron_opt", "1");
INSERT OR REPLACE INTO qcril_properties_table(property, def_val) VALUES("persist.vendor.radio.poweron_opt", "0");
INSERT OR REPLACE INTO qcril_properties_table(property) VALUES("persist.vendor.radio.sglte_target");
INSERT OR REPLACE INTO qcril_properties_table(property) VALUES("persist.vendor.radio.nitz_plmn_0");
INSERT OR REPLACE INTO qcril_properties_table(property) VALUES("persist.vendor.radio.nitz_plmn_1");