[ALPS03894758] Enable Fullscreen modes systemproperty

[Detail]
enable ro.vendor.fullscreen_switch

MTK-Commit-Id: a8a6a1df9e4abd965da8524b04d54195a9e155c6

Change-Id: I81aedc738c173ed0540a6b1fadceb7919c482f1f
CR-Id: ALPS03894758
Feature: Fullscreen Switch
This commit is contained in:
yu.chen 2020-01-18 10:06:24 +08:00
parent cf4b6eba6a
commit 5967cb46f7
3 changed files with 9 additions and 0 deletions

View File

@ -262,6 +262,9 @@ type mtk_anr_support_prop, property_type, mtk_core_property_type;
#=============mtk app resolution tuner property============= #=============mtk app resolution tuner property=============
type mtk_appresolutiontuner_prop, property_type, mtk_core_property_type; type mtk_appresolutiontuner_prop, property_type, mtk_core_property_type;
#=============mtk fullscreen switch=============
type mtk_fullscreenswitch_prop, property_type, mtk_core_property_type;
# MTK Antutu feature # MTK Antutu feature
type mtk_antutu_prop, property_type, mtk_core_property_type; type mtk_antutu_prop, property_type, mtk_core_property_type;

View File

@ -296,6 +296,9 @@ vendor.anr.autotest u:object_r:mtk_anr_support_prop:s0
ro.vendor.app_resolution_tuner u:object_r:mtk_appresolutiontuner_prop:s0 ro.vendor.app_resolution_tuner u:object_r:mtk_appresolutiontuner_prop:s0
persist.vendor.dbg.disable.art u:object_r:mtk_appresolutiontuner_prop:s0 persist.vendor.dbg.disable.art u:object_r:mtk_appresolutiontuner_prop:s0
#=============mtk fullscreen switch=============
ro.vendor.fullscreen_switch u:object_r:mtk_fullscreenswitch_prop:s0
#============= allow em set ims xcap property =============== #============= allow em set ims xcap property ===============
persist.vendor.ss. u:object_r:mtk_ss_vendor_prop:s0 persist.vendor.ss. u:object_r:mtk_ss_vendor_prop:s0

View File

@ -52,3 +52,6 @@ allow vendor_init proc_perfmgr:file write;
allow vendor_init tmpfs:lnk_file create; allow vendor_init tmpfs:lnk_file create;
set_prop(vendor_init, mtk_appresolutiontuner_prop) set_prop(vendor_init, mtk_appresolutiontuner_prop)
# fullscreen switch
set_prop(vendor_init, mtk_fullscreenswitch_prop)