[ALPS04014599] Enable App Resolution Tuner systemproperty

[Detail]
enable ro.vendor.app_resolution_tuner
persist.vendor.dbg.disable.art

MTK-Commit-Id: 6602d8315e245d601a27bb01f7f24685736a42c2

Change-Id: I1907fa852ce7c00a8349c3cf97587fee1bd037b3
CR-Id: ALPS04014599
Feature: APP Resolution Tuner
This commit is contained in:
yu.chen 2020-01-18 10:05:29 +08:00
parent acc231471a
commit 054e883e20
3 changed files with 10 additions and 1 deletions

View File

@ -256,3 +256,6 @@ type vendor_usb_otg_switch, property_type, mtk_core_property_type;
#=============mtk anr property=============
type mtk_anr_support_prop, property_type, mtk_core_property_type;
#=============mtk app resolution tuner property=============
type mtk_appresolutiontuner_prop, property_type, mtk_core_property_type;

View File

@ -286,3 +286,7 @@ ro.boot.rsc u:object_r:mtk_default_prop:s0
persist.vendor.dbg.anrflow u:object_r:mtk_anr_support_prop:s0
persist.vendor.anr. u:object_r:mtk_anr_support_prop:s0
vendor.anr.autotest u:object_r:mtk_anr_support_prop:s0
#=============mtk app resolution tuner=============
ro.vendor.app_resolution_tuner u:object_r:mtk_appresolutiontuner_prop:s0
persist.vendor.dbg.disable.art u:object_r:mtk_appresolutiontuner_prop:s0

View File

@ -48,4 +48,6 @@ allow vendor_init self:global_capability_class_set net_raw;
allow vendor_init proc_perfmgr:file write;
# allow create symbolic link, /mnt/sdcard, for meta/factory mode
allow vendor_init tmpfs:lnk_file create;
allow vendor_init tmpfs:lnk_file create;
set_prop(vendor_init, mtk_appresolutiontuner_prop)