Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 607c11ae authored by Alexander Roederer's avatar Alexander Roederer
Browse files

Adds flag for UI changes in bundles/classification

Currently the notification bundles/classification flag is guarding new
API that needs to be rolled out in advance of UI changes, so we create a
new flag to guard the UI changes separately.

Bug: 374791469
Test: EXEMPT new flag def
Flag: android.app.notification_classification_ui
Change-Id: Ic34121ac33560521312d73853eda6220fa9d05e9
parent 6ae0cc56
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -287,3 +287,10 @@ flag {
  description: "Adds logging for notification/modes backup and restore events"
  bug: "289524803"
}

flag {
  name: "notification_classification_ui"
  namespace: "systemui"
  description: "Adds UI for NAS classification of notifications"
  bug: "367996732"
}