diff options
| author | 2024-09-19 01:16:18 +0000 | |
|---|---|---|
| committer | 2024-09-19 01:16:18 +0000 | |
| commit | 57fe03127b51f617f3b72d917757e9deacf9aa83 (patch) | |
| tree | ca23255911e03d3740ddaea6d62096f21d29eea8 | |
| parent | 44d9a0b624778e1a05f99d0d7b668db0742f45a7 (diff) | |
| parent | 0044be32ef8c3ff1f1d6e90bf108f865e6e15670 (diff) | |
Merge "Define aconfig flag for widget resizing" into main
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index ce35daec1812..c49ffb49a1da 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -1063,6 +1063,13 @@ flag { } flag { + name: "communal_widget_resizing" + namespace: "systemui" + description: "Allow resizing of widgets on glanceable hub" + bug: "368053818" +} + +flag { name: "app_clips_backlinks" namespace: "systemui" description: "Enables Backlinks improvement feature in App Clips" |