From 9e2ce3d5c06db8251558f10613376c34f3eaf102 Mon Sep 17 00:00:00 2001 From: Mark Chang Date: Wed, 22 Mar 2023 11:53:18 +0000 Subject: [PATCH] Add IScreenProtectorDetectorService policy for systemui_app. Bug: 260302317 Test: system ui app successfully started. Change-Id: Ibbeab03e738fbbd4103bb5bf4e9f6bbd2998cd29 Signed-off-by: Mark Chang --- vendor/systemui_app.te | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor/systemui_app.te b/vendor/systemui_app.te index 2a6f3b0a..e56c4521 100644 --- a/vendor/systemui_app.te +++ b/vendor/systemui_app.te @@ -12,6 +12,7 @@ set_prop(systemui_app, bootanim_system_prop) allow systemui_app pixel_battery_service_type:service_manager find; binder_call(systemui_app, pixel_battery_domain) +allow systemui_app screen_protector_detector_service:service_manager find; allow systemui_app touch_context_service:service_manager find; binder_call(systemui_app, twoshay)