[ALPS03867541] Rename MTKs system properties

From Android P, system properties added by vendor/ODM/OEM should follow
naming rules.

Please follow naming rule to rename the property:
1. Read-writable: A.B -> vendor.A.B
2. Read-only: ro.A.B -> ro.vendor.A.B
3. Persistent: persist.A.B -> persist.vendor.A.B

MTK-Commit-Id: e750504be160afe62a2805b334157e4304878ce4

Change-Id: I0f263557a5d6fb5e471c4680f4028eddb85f7504
CR-Id: ALPS03867541
Feature: UCE, User Capability Exchange
This commit is contained in:
roger.chang 2020-01-18 09:31:30 +08:00
parent 2519f5e40d
commit a66b8deff0

View File

@ -159,7 +159,7 @@ persist.ss. u:object_r:mtk_em_ril_xcapset_prop:s0
persist.gba. u:object_r:mtk_em_ril_xcapset_prop:s0 persist.gba. u:object_r:mtk_em_ril_xcapset_prop:s0
#=============allow radio to set presence config================ #=============allow radio to set presence config================
persist.mtk_uce_ua_support u:object_r:persist_uce_prop:s0 persist.vendor.mtk_uce_ua_support u:object_r:persist_uce_prop:s0
#============= atm modem mode property(ATM) ============== #============= atm modem mode property(ATM) ==============
persist.atm.mdmode u:object_r:atm_mdmode_prop:s0 persist.atm.mdmode u:object_r:atm_mdmode_prop:s0