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

Commit 5d6bfa83 authored by Massimo Carli's avatar Massimo Carli
Browse files

[0/n] Create Flag for default font_scale

Fix: 319808237
Test: m

Change-Id: I36276c64deec9ed3c9906297bb99fceb37224ae9
parent 01642009
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -50,3 +50,11 @@ flag {
  description: "Whether we should allow hiding the size compat restart button"
  bug: "318840081"
}

flag {
  name: "configurable_font_scale_default"
  namespace: "large_screen_experiences_app_compat"
  description: "Whether the font_scale is read from a device dependent configuration file"
  bug: "319808237"
  is_fixed_read_only: true
}