diff options
| author | 2024-10-21 21:57:44 +0000 | |
|---|---|---|
| committer | 2024-10-21 21:57:44 +0000 | |
| commit | b0c55e8d30b8cd6b85b825ece3adc168159b5c69 (patch) | |
| tree | 3e92387461ff5a81672243aff6dfd70e07a472a6 | |
| parent | 984efd39eae59de50ff73e221055e12ce5ba9428 (diff) | |
| parent | 607c11ae6994967458a36b6732569d89fb045a38 (diff) | |
Merge "Adds flag for UI changes in bundles/classification" into main
| -rw-r--r-- | core/java/android/app/notification.aconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/core/java/android/app/notification.aconfig b/core/java/android/app/notification.aconfig index 37fa9a26b91c..1d4c18f6a62c 100644 --- a/core/java/android/app/notification.aconfig +++ b/core/java/android/app/notification.aconfig @@ -286,4 +286,11 @@ flag { namespace: "systemui" description: "Adds logging for notification/modes backup and restore events" bug: "289524803" -}
\ No newline at end of file +} + +flag { + name: "notification_classification_ui" + namespace: "systemui" + description: "Adds UI for NAS classification of notifications" + bug: "367996732" +} |