Add flag for share wifi button.

Bug: b/294487249

Test: Manual test
Change-Id: Ia63161f3658cbd6b5c9cca0a3848141d3add6658
Merged-In: Ia63161f3658cbd6b5c9cca0a3848141d3add6658
This commit is contained in:
chelseahao
2023-08-04 21:55:54 +08:00
committed by Jordan Demeulenaere
parent dea4d8e359
commit f24ad1b2e9

View File

@@ -753,4 +753,8 @@ object Flags {
/** Enable the Compose implementation of the Quick Settings footer actions. */
@JvmField
val COMPOSE_QS_FOOTER_ACTIONS = unreleasedFlag("compose_qs_footer_actions")
/** Enable the share wifi button in Quick Settings internet dialog. */
@JvmField
val SHARE_WIFI_QS_BUTTON = unreleasedFlag("share_wifi_qs_button")
}