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

Commit f2d46282 authored by Ben Lin's avatar Ben Lin Committed by Android (Google) Code Review
Browse files

Merge "Add a flag to control Keyguard-started transitions." into main

parents c3217eaa 907ac48a
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
}