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

Commit 12adb88b authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Add flag for hiding unused channels

Test: make
Bug: 322536537
Change-Id: I33c72ff742773747886a927d2eefda1056c21094
parent ad18e2f3
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -69,3 +69,13 @@ flag {
  description: "This flag enables memory restriction of notifications holding custom views with Uri Bitmaps"
  bug: "270553691"
}

flag {
  name: "notification_hide_unused_channels"
  namespace: "systemui"
  description: "By default, hide non-blocked notification channels that haven't sent a notification in the last 2 weeks"
  bug: "322536537"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}
 No newline at end of file