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

Commit 413b7a4d authored by Xiaowen Lei's avatar Xiaowen Lei
Browse files

Add api_rich_ongoing flag.

Bug: 337261753
Flag: android.app.api_rich_ongoing DISABLED
Test: compiles. Just adding the flag.
Change-Id: I22523ad0c7de56bf2f3838a4c23c5f33f92daf15
parent 55d2c857
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -199,3 +199,11 @@ flag {
  description: "redacts notifications on the lockscreen if they have the 'sensitiveContent' flag"
  bug: "343631648"
}

flag {
  name: "api_rich_ongoing"
  is_exported: true
  namespace: "systemui"
  description: "Guards new android.app.richongoingnotification api"
  bug: "337261753"
}
 No newline at end of file