From 4862829753658e0eba023a1c461e7b9d664b171a Mon Sep 17 00:00:00 2001 From: Wilson Sung Date: Wed, 28 Jun 2023 14:10:06 +0800 Subject: [PATCH] Move sysUI contexts to system_ext Bug: 288227521 Change-Id: I3e5f2e76bf067f98b191b3b8ee6010c1abd95cb0 --- system_ext/public/seapp_contexts | 3 +++ vendor/seapp_contexts | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 system_ext/public/seapp_contexts diff --git a/system_ext/public/seapp_contexts b/system_ext/public/seapp_contexts new file mode 100644 index 00000000..3e1fa341 --- /dev/null +++ b/system_ext/public/seapp_contexts @@ -0,0 +1,3 @@ +# SystemUI +user=_app seinfo=platform name=com.android.systemui domain=systemui_app type=app_data_file levelFrom=all +user=_app seinfo=platform name=com.android.systemui:* domain=systemui_app type=app_data_file levelFrom=all diff --git a/vendor/seapp_contexts b/vendor/seapp_contexts index 9c10fdde..f9949930 100644 --- a/vendor/seapp_contexts +++ b/vendor/seapp_contexts @@ -29,7 +29,3 @@ user=_app isPrivApp=true seinfo=uwb name=com.qorvo.uwb.vendorservice domain=uwb_ # CccDkTimeSyncService user=_app isPrivApp=true name=com.google.pixel.digitalkey.timesync domain=vendor_cccdktimesync_app type=app_data_file levelFrom=all -# SystemUI -user=_app seinfo=platform name=com.android.systemui domain=systemui_app type=app_data_file levelFrom=all -user=_app seinfo=platform name=com.android.systemui:* domain=systemui_app type=app_data_file levelFrom=all -