Skip to content
Snippets Groups Projects
Commit b9bbfeb0 authored by Alex Klyubin's avatar Alex Klyubin
Browse files

Fix bug report notification not showing up.

Bug: 10498304
Change-Id: I74cac92368353694612dbd94f0d072b97ec9878b
parent d629b87e
No related branches found
No related tags found
No related merge requests found
...@@ -50,3 +50,4 @@ allow zygote ashmem_device:chr_file execute; ...@@ -50,3 +50,4 @@ allow zygote ashmem_device:chr_file execute;
allow zygote init:binder call; allow zygote init:binder call;
allow zygote shell_data_file:file { write getattr }; allow zygote shell_data_file:file { write getattr };
allow zygote system:binder { transfer call }; allow zygote system:binder { transfer call };
allow zygote servicemanager:binder { call };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment