diff options
| author | Janis Danisevskis <jdanis@google.com> | 2018-09-21 12:56:05 -0700 |
|---|---|---|
| committer | Janis Danisevskis <jdanis@google.com> | 2018-09-21 15:35:54 -0700 |
| commit | 8d0d030753503f29b82ea3fb90521c2c13967ef6 (patch) | |
| tree | 9115818bd9498b62b8ca48119c853604516ebc71 | |
| parent | 6f64bf6dd5ac38c8a4f739c05084e20a59ef0741 (diff) | |
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
| -rw-r--r-- | vendor/qcom/common/hal_tui_comm.te | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
