diff options
| author | TreeHugger Robot <treehugger-gerrit@google.com> | 2018-10-12 03:29:11 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-10-12 03:29:11 +0000 |
| commit | 08c84971da04d7d63fad02cf30a77dbaa96de993 (patch) | |
| tree | 3cb3c76b2164bc09410682d4e3836bbc797a2f57 | |
| parent | 83473beaa6f00553ec1ece6de490a02ff1124b6c (diff) | |
| parent | 8d0d030753503f29b82ea3fb90521c2c13967ef6 (diff) | |
Merge "ConfirmationUI: Cancel dialog on asynchonous events" into pi-dev
| -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; |
