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

Commit 79a5e722 authored by Candice Lo's avatar Candice Lo Committed by chihtinglo
Browse files

fix(fullscreen magnification): Create the flag for fixing fullscreen magnification border

Create flag "magnification_always_draw_fullscreen_border"

Bug: 291891390
Test: manually
Flag: ACONFIG
com.android.window.flags.magnification_always_draw_fullscreen_border
DEVELOPMENT

Change-Id: I372e0abc244e7b2330a7936b665efda2cfda9435
parent 7ba56169
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6,3 +6,10 @@ flag {
  description: "The flag controls whether the intersection check for non-magnifiable windows is needed when onWindowTransition,"
  bug: "312624253"
}

flag {
  name: "magnification_always_draw_fullscreen_border"
  namespace: "accessibility"
  description: "Always draw fullscreen orange border in fullscreen magnification"
  bug: "291891390"
}
 No newline at end of file