sm8350-common: Replace isolated_app with isolated_app_all

Replace certain policies for isolated_app with the newly introduced
isolated_app_all for better scalability.

Bug: 265540209
Test: m
Change-Id: I1b6866d56f15089babe368bb60335c7ed99bdd6b
This commit is contained in:
Charles Chen 2023-03-15 22:34:15 +00:00 committed by FlowerSea0208
parent 89bec86297
commit 4008f22d05

View File

@ -1,2 +1,2 @@
get_prop({ appdomain -isolated_app }, vendor_fp_prop)
get_prop({ appdomain -isolated_app }, vendor_mlipay_prop)
get_prop({ appdomain -isolated_app_all }, vendor_fp_prop)
get_prop({ appdomain -isolated_app_all }, vendor_mlipay_prop)