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

Commit 907ac48a authored by Ben Lin's avatar Ben Lin
Browse files

Add a flag to control Keyguard-started transitions.

Bug: 364930619
Test: m
Flag: EXEMPT adding a flag
Change-Id: Ie29d3b5680da591f53baedecade122b8f870f600
parent eb8122ee
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -299,3 +299,11 @@ flag {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "ensure_keyguard_does_transition_starting"
  namespace: "windowing_frontend"
  description: "Ensure that keyguard is the one starting transitions, instead of delegating to Core"
  bug: "364930619"
  is_fixed_read_only: true
}