Allow systemui_app to set 'debug.tracing.desktop_mode_visible_tasks' system property

See also: Iad8dc7a66765856ee7affb707f2dba6c1bbfbf49

Bug: 363893429
Flag: EXEMPT, SEPolicy
Test: Verified on device.
Change-Id: I4916370be55d4d5fd5c53ac5418b8a2bd99e9b37
This commit is contained in:
Ben Murdoch 2024-10-03 15:01:54 +00:00
parent bab0ee8b25
commit ce7cdaa39f

View file

@ -27,3 +27,4 @@ userdebug_or_eng(`
allow systemui_app wm_trace_data_file:dir rw_dir_perms;
allow systemui_app wm_trace_data_file:file create_file_perms;
')
set_prop(systemui_app, debug_tracing_desktop_mode_visible_tasks_prop)