diff options
| author | 2024-07-25 18:36:19 +0000 | |
|---|---|---|
| committer | 2024-07-25 18:36:19 +0000 | |
| commit | 96d136f5bde4e8aae2cdd585e93af751d2ddda69 (patch) | |
| tree | 8e88bafbe1692390286ad54ca13a69959039be35 | |
| parent | 767ee832286acab5d2b1d68f3b5cf6c5f95b9407 (diff) | |
Mark fullscreen vertical swipe flag as a bugfix.
This changelist modifies the aconfig data for fullscreen vertical
swipe on dream and glanceable hub to be a bug fix.
Test: manual - ensured systemui built
Fixes: 340177049
Flag: com.android.systemui.hubmode_fullscreen_vertical_swipe
Change-Id: I2c768e2b1f8eaf9980a6db07a3b1851576ef131e
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index 462db340bdaa..d2a3a0b7686c 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -1210,6 +1210,9 @@ flag { namespace: "systemui" description: "Enables fullscreen vertical swiping in hub mode to bring up and down the bouncer and shade" bug: "340177049" + metadata { + purpose: PURPOSE_BUGFIX + } } flag { |