diff options
| author | 2024-02-05 17:31:12 +0000 | |
|---|---|---|
| committer | 2024-02-07 14:31:33 +0000 | |
| commit | d12f1603ddcaec7280afab6c5e6efd792bc3255d (patch) | |
| tree | a7cde2977a1ad70d46060186d35f332ba39f0fb0 | |
| parent | d6ae4c1a4dbe920717ddf92cd2c6a101dfe8be32 (diff) | |
Revert "Add the Haptics team to RingtonePlayer/NotificationPlayer OWNERS."
This reverts commit 4e5297f7acda1d7fdf0153d9648d8639afa82813.
Bug: 323853450
Change-Id: I25348383cd6af6375ea319e60947464841ba42b6
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/media/OWNERS | 4 | ||||
| -rw-r--r-- | packages/SystemUI/tests/src/com/android/systemui/media/OWNERS | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/media/OWNERS b/packages/SystemUI/src/com/android/systemui/media/OWNERS index b2d00df252ff..69ea57bfd397 100644 --- a/packages/SystemUI/src/com/android/systemui/media/OWNERS +++ b/packages/SystemUI/src/com/android/systemui/media/OWNERS @@ -1,5 +1 @@ per-file MediaProjectionPermissionActivity.java = michaelwr@google.com - -# Haptics team also works on Ringtone -per-file NotificationPlayer.java = file:/services/core/java/com/android/server/vibrator/OWNERS -per-file RingtonePlayer.java = file:/services/core/java/com/android/server/vibrator/OWNERS diff --git a/packages/SystemUI/tests/src/com/android/systemui/media/OWNERS b/packages/SystemUI/tests/src/com/android/systemui/media/OWNERS deleted file mode 100644 index 142862d7e480..000000000000 --- a/packages/SystemUI/tests/src/com/android/systemui/media/OWNERS +++ /dev/null @@ -1,2 +0,0 @@ -# Haptics team also works on Ringtones (RingtonePlayer/NotificationPlayer) -file:/services/core/java/com/android/server/vibrator/OWNERS |