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

Commit bd96706b authored by Massimo Carli's avatar Massimo Carli
Browse files

[0/n] Create Flag for App Compat Refactoring

Fix: 307889590
Bug: 309593314
Test: m

Change-Id: I82f3b18513b5908dadac226e24c1807af896200e
parent 0505c363
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -66,3 +66,14 @@ flag {
  bug: "314952133"
  is_fixed_read_only: true
}

flag {
  name: "app_compat_refactoring"
  namespace: "large_screen_experiences_app_compat"
  description: "Whether the changes about app compat refactoring are enabled./n"
                 "The goal is to simplify code readability unblocking the implementation of /n"
                 "app compat feature like reachability, animations and others related to/n"
                 "freeform windowing mode."
  bug: "309593314"
  is_fixed_read_only: true
}