Skip to content

Commit

Permalink
Consolidate Responsible API OWNERS
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
5 changes: 5 additions & 0 deletions BAL_OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[email protected]
[email protected]
[email protected]
[email protected]

4 changes: 4 additions & 0 deletions core/tests/coretests/src/android/app/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ per-file *UiAutomation* = file:/services/accessibility/OWNERS

# KeyguardManagerTest
per-file KeyguardManagerTest.java = file:/services/core/java/com/android/server/locksettings/OWNERS

# Files related to background activity launches
per-file Background*Start* = file:/BAL_OWNERS

7 changes: 5 additions & 2 deletions services/core/java/com/android/server/wm/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 195745d

Please sign in to comment.