Skip to content
Snippets Groups Projects
Commit eaa6bb7c authored by Craig Donner's avatar Craig Donner
Browse files

Allow untrusted apps to access VrManager.

There is only a single systemapi at the moment that is callable, and it is
protected by a signature/preinstalled permission.

Bug: 35059826,33297721
Test: manually on a marlin
Change-Id: I778864afc9d02f8b2bfcf6b92a9f975ee87c4724
parent 67223387
No related branches found
No related tags found
No related merge requests found
...@@ -78,6 +78,7 @@ allow untrusted_app nfc_service:service_manager find; ...@@ -78,6 +78,7 @@ allow untrusted_app nfc_service:service_manager find;
allow untrusted_app radio_service:service_manager find; allow untrusted_app radio_service:service_manager find;
allow untrusted_app surfaceflinger_service:service_manager find; allow untrusted_app surfaceflinger_service:service_manager find;
allow untrusted_app app_api_service:service_manager find; allow untrusted_app app_api_service:service_manager find;
allow untrusted_app vr_manager_service:service_manager find;
# Allow GMS core to access perfprofd output, which is stored # Allow GMS core to access perfprofd output, which is stored
# in /data/misc/perfprofd/. GMS core will need to list all # in /data/misc/perfprofd/. GMS core will need to list all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment