Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e140ae73 authored by Chelsea Hao's avatar Chelsea Hao Committed by Android (Google) Code Review
Browse files

Merge "Add flag for share wifi button." into main

parents e16f5a6a 81184020
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -759,4 +759,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")
}