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

Commit 20cfc40e authored by Yuri Lin's avatar Yuri Lin
Browse files

Add FSI_ON_DND_UPDATE flag.

This flag will enable sending FSIs that go from blocked by DND to no longer blocked on a ranking change.

Bug: 248325248
Test: SystemUiTests
Change-Id: I41716e916c3986d9c9cd10ceb0395c5a1fb673f4
parent 1f17bf7e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -61,6 +61,9 @@ object Flags {
    // TODO(b/254512517): Tracking Bug
    val FSI_REQUIRES_KEYGUARD = unreleasedFlag(110, "fsi_requires_keyguard", teamfood = true)

    // TODO(b/259130119): Tracking Bug
    val FSI_ON_DND_UPDATE = unreleasedFlag(259130119, "fsi_on_dnd_update", teamfood = true)

    // TODO(b/254512538): Tracking Bug
    val INSTANT_VOICE_REPLY = unreleasedFlag(111, "instant_voice_reply", teamfood = true)