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"
+}