Merge "Allow untrusted apps to access incidentcompanion" am: f650c54ee1
am: 5e310aa786
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1913754 Change-Id: I3c6d00482d2739b300c7b99b348c6e7902d4fc2f
This commit is contained in:
commit
9edd7274c4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ type attention_service, system_server_service, service_manager_type;
|
|||
type compos_service, service_manager_type;
|
||||
type dynamic_system_service, system_api_service, system_server_service, service_manager_type;
|
||||
type gsi_service, service_manager_type;
|
||||
type incidentcompanion_service, system_api_service, system_server_service, service_manager_type;
|
||||
type incidentcompanion_service, app_api_service, system_api_service, system_server_service, service_manager_type;
|
||||
type mediatuner_service, app_api_service, service_manager_type;
|
||||
type profcollectd_service, service_manager_type;
|
||||
type resolver_service, system_server_service, service_manager_type;
|
||||
|
|
Loading…
Reference in a new issue