Merge "Merge RQ3A.210905.001 to aosp-master - DO NOT MERGE"

This commit is contained in:
Bill Yi 2021-09-09 21:27:25 +00:00 committed by Gerrit Code Review
commit a053861726

View file

@ -72,12 +72,6 @@ allow system_app anr_data_file:file create_file_perms;
# Settings need to access app name and icon from asec
allow system_app asec_apk_file:file r_file_perms;
# Allow system_app (adb data loader) to write data to /data/incremental
allow system_app apk_data_file:file write;
# Allow system app (adb data loader) to read logs
allow system_app incremental_control_file:file r_file_perms;
# Allow system apps (like Settings) to interact with statsd
binder_call(system_app, statsd)