Allow treble_app to set persist.vendor.vilte_support (to 0)

This commit is contained in:
Pierre-Hugues Husson 2020-11-29 09:36:05 -05:00
parent 147dca859c
commit 30b84072fc
1 changed files with 4 additions and 0 deletions

View File

@ -30,3 +30,7 @@ set_prop(system_app, exported3_default_prop);
type mtk_hal_rild_hwservice, hwservice_manager_type;
allow system_app mtk_hal_rild_hwservice:hwservice_manager { find};
type mtk_vilte_support_prop, property_type;
allow system_app mtk_vilte_support_prop:property_service set;