diff options
| -rw-r--r-- | core/java/android/window/flags/large_screen_experiences_app_compat.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/window/flags/large_screen_experiences_app_compat.aconfig b/core/java/android/window/flags/large_screen_experiences_app_compat.aconfig index cbf6367b3d60..edfbea4f51a4 100644 --- a/core/java/android/window/flags/large_screen_experiences_app_compat.aconfig +++ b/core/java/android/window/flags/large_screen_experiences_app_compat.aconfig @@ -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 +} |