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

Commit e576adbc authored by Katie's avatar Katie
Browse files

Adds aconfig flag for fullscreen magnifier following mouse

Bug: b/335494097
Test: Build and run Android emulator still works
Flag: accessibility.enable_magnification_follows_mouse
Change-Id: Ib9bc32a00f5cb52e3215a3d979e4b1393d817966
parent f68c80b4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -113,6 +113,13 @@ flag {
    bug: "282039824"
}

flag {
    name: "enable_magnification_follows_mouse"
    namespace: "accessibility"
    description: "Whether to enable mouse following for fullscreen magnification"
    bug: "335494097"
}

flag {
    name: "fix_drag_pointer_when_ending_drag"
    namespace: "accessibility"