diff options
| author | 2023-08-22 09:06:48 +0200 | |
|---|---|---|
| committer | 2023-08-22 09:06:48 +0200 | |
| commit | a7d040f891be03e520fc9a24640eab8c0ef735c0 (patch) | |
| tree | 4d8c50625bfcd6d4a889181a75d1ba3838fdd9ae | |
| parent | ba63ef902fcaa463065a57290b9423e21d98d003 (diff) | |
Add aconfig flag for polite notifications
Test: m -j
Bug: 270456865
Change-Id: I1fbf2b05507c93ac2ddcb75c481642109d4a606f
| -rw-r--r-- | services/core/java/com/android/server/notification/flags.aconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/notification/flags.aconfig b/services/core/java/com/android/server/notification/flags.aconfig index c0bc6d14cd04..1908e4dff234 100644 --- a/services/core/java/com/android/server/notification/flags.aconfig +++ b/services/core/java/com/android/server/notification/flags.aconfig @@ -5,4 +5,11 @@ flag { namespace: "systemui" description: "This flag controls removing expired notification bitmaps" bug: "290381858" -}
\ No newline at end of file +} + +flag { + name: "polite_notifications" + namespace: "systemui" + description: "This flag controls the polite notification feature" + bug: "270456865" +} |