From 8d0d030753503f29b82ea3fb90521c2c13967ef6 Mon Sep 17 00:00:00 2001 From: Janis Danisevskis Date: Fri, 21 Sep 2018 12:56:05 -0700 Subject: ConfirmationUI: Cancel dialog on asynchonous events Add permissions required to propagate incoming phone call notifications to the confirmationui hal and qseecomm. Bug: 116353594 Test: VtsHalConfirmationUIV1_0TargetTest Manually tested by calling the phone while the dialog is active. Change-Id: I6b45d1213216a0ad8c2b288f6a61c39b8a3aad19 --- vendor/qcom/common/hal_tui_comm.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vendor/qcom/common/hal_tui_comm.te b/vendor/qcom/common/hal_tui_comm.te index c282127..f3f48ba 100644 --- a/vendor/qcom/common/hal_tui_comm.te +++ b/vendor/qcom/common/hal_tui_comm.te @@ -9,5 +9,7 @@ add_hwservice(hal_tui_comm, hal_tui_comm_hwservice) hwbinder_use(hal_tui_comm) binder_call(hal_tui_comm, secure_ui_service_app) +binder_call(hal_tui_comm, hal_confirmationui_default) +binder_call(hal_tui_comm, tee) allow hal_tui_comm hal_graphics_allocator_default:fd use; -- cgit v1.2.3