From c370894c06b323edbd5adce8edc1da1627d546e7 Mon Sep 17 00:00:00 2001 From: fbaron Date: Wed, 4 Sep 2024 15:07:17 -0700 Subject: [PATCH] Add flags for OneGrid project Bug: 364711825 Flag: EXEMPT adding flag Test: EXEMPT adding flag Change-Id: I94e2769d717dd89550aa7a795b76e9ac18116a94 --- aconfig/launcher.aconfig | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/aconfig/launcher.aconfig b/aconfig/launcher.aconfig index 40c37979ec..0da2df1965 100644 --- a/aconfig/launcher.aconfig +++ b/aconfig/launcher.aconfig @@ -360,3 +360,31 @@ flag { purpose: PURPOSE_BUGFIX } } + +flag { + name: "one_grid_specs" + namespace: "launcher" + description: "Defines the new specs for grids based on OneGrid" + bug: "364711064" +} + +flag { + name: "one_grid_mounted_mode" + namespace: "launcher" + description: "Support a fixed landscape mode for handheld devices" + bug: "364711735" +} + +flag { + name: "one_grid_rotation_handling" + namespace: "launcher" + description: "New landscape approach for the workspace using different rows and columns in landscape and portrait" + bug: "364711814" +} + +flag { + name: "grid_migration_refactor" + namespace: "launcher" + description: "Refactor grid migration such that the code is simpler to understand and update" + bug: "358399271" +}