| commit | d7a4497ec87e26f9726581c4359fdca596bbc9cf | [log] [tgz] |
|---|---|---|
| author | chelseahao <chelseahao@google.com> | Mon Aug 21 17:28:36 2023 +0800 |
| committer | Chelsea Hao <chelseahao@google.com> | Tue Sep 12 08:56:03 2023 +0000 |
| tree | 02c95784833373518e57940895ef5625221a1ab2 | |
| parent | 204e508b49c6f4be81e08d6201cb99eb07577f3f [diff] |
Add flag to enable a bluetooth dialog when clicking on the bluetooth quick settings tile. Bug: b/296821508 Test: Manual test Change-Id: I3d7a152f9699d5f03e7e358ed1ec0910289bdc12
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index 312f5b7..d67a8d0 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
@@ -798,4 +798,8 @@ // TODO(b/287205379): Tracking bug @JvmField val QS_CONTAINER_GRAPH_OPTIMIZER = unreleasedFlag( "qs_container_graph_optimizer") + + /** Enable showing a dialog when clicking on Quick Settings bluetooth tile. */ + @JvmField + val BLUETOOTH_QS_TILE_DIALOG = unreleasedFlag("bluetooth_qs_tile_dialog") }