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

Commit 50222d98 authored by Tiger's avatar Tiger
Browse files

Add a aconfig flag of disabling windowOptOutEdgeToEdgeEnforcement

The flag controls if windowOptOutEdgeToEdgeEnforcement is disabled or
not.

Bug: 377864165
Flag: com.android.window.flags.disable_opt_out_edge_to_edge
Test: presubmit
Change-Id: I85477f0300724dae9a5597437c96eacdad8b9d71
parent d8e5981d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -64,6 +64,14 @@ flag {
  is_fixed_read_only: true
}

flag {
  name: "disable_opt_out_edge_to_edge"
  namespace: "windowing_frontend"
  description: "Deprecate and disable windowOptOutEdgeToEdgeEnforcement"
  bug: "377864165"
  is_fixed_read_only: true
}

flag {
  name: "keyguard_going_away_timeout"
  namespace: "windowing_frontend"