From 96d136f5bde4e8aae2cdd585e93af751d2ddda69 Mon Sep 17 00:00:00 2001 From: Bryce Lee Date: Thu, 25 Jul 2024 18:36:19 +0000 Subject: 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 --- packages/SystemUI/aconfig/systemui.aconfig | 3 +++ 1 file changed, 3 insertions(+) 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 { -- cgit v1.2.3-59-g8ed1b