diff options
| author | 2024-08-19 13:55:26 +0000 | |
|---|---|---|
| committer | 2024-08-19 13:55:26 +0000 | |
| commit | 34e98e42b10406e6e79c1aeaeac185aba62fe593 (patch) | |
| tree | a6144b9c781f76ba3e1e4134c8bd898b641117ed | |
| parent | 651a51fbbf5322ad1ab13da998dabd33f5a1e9dd (diff) | |
Add OWNERS files for notification-related classes in SystemUI.
Change-Id: I244bfce15861f4a6c2b73a0bc7ebaeb53b405e00
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/OWNERS | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/OWNERS b/packages/SystemUI/src/com/android/systemui/statusbar/OWNERS index c4f539a4acdf..408fc6d06461 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/OWNERS +++ b/packages/SystemUI/src/com/android/systemui/statusbar/OWNERS @@ -13,4 +13,12 @@ per-file *Doze* = file:../keyguard/OWNERS per-file *Keyboard* = set noparent per-file *Keyboard* = file:../keyguard/OWNERS per-file *Keyguard* = set noparent -per-file *Keyguard* = file:../keyguard/OWNERS
\ No newline at end of file +per-file *Keyguard* = file:../keyguard/OWNERS +per-file *Notification* = set noparent +per-file *Notification* = file:notification/OWNERS +per-file *Mode* = set noparent +per-file *Mode* = file:notification/OWNERS +per-file *RemoteInput* = set noparent +per-file *RemoteInput* = file:notification/OWNERS +per-file *EmptyShadeView* = set noparent +per-file *EmptyShadeView* = file:notification/OWNERS
\ No newline at end of file |