From 134a7ddb7f11f2418c06e5049d257b18e2b59d50 Mon Sep 17 00:00:00 2001 From: "guoyi.zhao" Date: Sat, 18 Jan 2020 09:57:56 +0800 Subject: [PATCH] [ALPS03929399] Rename CT VoLTE system property [Detail] Rename CT VoLTE system property and allow other module to access persist.vendor.mtk_ct_volte_support. MTK-Commit-Id: bc5a52b6998d941aa12c7532f095d1a8c67d663f Change-Id: I33881fd6684dc76e148ac4917e5c146f949e24f7 CR-Id: ALPS03929399 Feature: [China Telecom]VoLTE Customization --- non_plat/vendor_init.te | 1 + 1 file changed, 1 insertion(+) diff --git a/non_plat/vendor_init.te b/non_plat/vendor_init.te index 86ab22b..fd34e39 100644 --- a/non_plat/vendor_init.te +++ b/non_plat/vendor_init.te @@ -24,3 +24,4 @@ allow vendor_init kmsg_device:chr_file unlink; set_prop(vendor_init, persist_mtk_aee_prop) set_prop(vendor_init, ro_mtk_aee_prop) set_prop(vendor_init, vendor_usb_prop) +set_prop(vendor_init, mtk_ct_volte_prop)