Allow platform_app:systemui to access system_update info

Test: manual

Bug: 273684235
Change-Id: I516e792e926827471b04b336038fab1b1cd540ec
This commit is contained in:
Marcello Galhardo 2023-03-15 09:18:56 +00:00
parent add3a60535
commit 7e59945dbb

View file

@ -0,0 +1,2 @@
# Allow platform apps to access system_update_service (e.g. check if update info is available).
allow platform_app system_update_service:service_manager find;