forked from AOSPA/android_frameworks_base
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduces a new file that defines the owners for BAL logic. Use this file for background activity start related files: - BackgroundActivityStartController - BackgroundActivityStartCallback - BackgroundStartPrivileges - BackgroundStartPrivilegesTest (in tests) Change-Id: I3315a0f2216ed22a28b952f30afe0c3d14cfc955 Test: owners change only
- Loading branch information
Achim Thesmann
committed
Oct 19, 2023
1 parent
985c8dc
commit 195745d
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,8 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
|
||
per-file BackgroundActivityStartController.java = set noparent | ||
per-file BackgroundActivityStartController.java = [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] | ||
# Files related to background activity launches | ||
per-file Background*Start* = set noparent | ||
per-file Background*Start* = file:/BAL_OWNERS | ||
per-file Background*Start* = [email protected], [email protected] | ||
|