Merge "Allow systemui_app to set 'debug.tracing.desktop_mode_visible_tasks' system property" into main

This commit is contained in:
Treehugger Robot 2024-09-04 12:20:22 +00:00 committed by Android (Google) Code Review
commit c5a02b45d4

View file

@ -1,3 +1,4 @@
# SEPolicy for System UI
typeattribute systemui_app coredomain;
app_domain(systemui_app)
allow systemui_app app_api_service:service_manager find;
@ -26,3 +27,4 @@ userdebug_or_eng(`
allow systemui_app wm_trace_data_file:file create_file_perms;
')
set_prop(systemui_app, debug_tracing_desktop_mode_visible_tasks_prop)