diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index d1281f290e72d..e9452e64063e2 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -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") }