commit | 3452aaff89bb65b2a640c727ca68171b5f3d1a1e | [log] [tgz] |
---|---|---|
author | Jiaming Cheng <jiamingc@google.com> | Thu Oct 17 23:20:49 2024 +0000 |
committer | Jiaming Cheng <jiamingc@google.com> | Fri Oct 18 01:19:19 2024 +0000 |
tree | 37f30584e3befe78d2dd8d95616bcd697cf92898 | |
parent | 49ef02b29f4da74ab3ab0e5dc19beb7075790f76 [diff] [blame] |
Create flag for QS Tile Detailed View Flag: com.android.systemui.qs_tile_detailed_view Test: no test But: 374173773 Change-Id: I9be7e4d0a061a5b46d7d9c64d3940ac7b0be7abe
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index c3dc65b..cc4acb1 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig
@@ -1517,3 +1517,10 @@ purpose: PURPOSE_BUGFIX } } + +flag { + name: "qs_tile_detailed_view" + namespace: "systemui" + description: "Enables the tile detailed view UI." + bug: "374173773" +}