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

Commit 81184020 authored by chelseahao's avatar chelseahao Committed by Chelsea Hao
Browse files

Add flag for share wifi button.

One-pager: https://docs.google.com/document/d/185I0E8_J4ZZDEujJm7e1qIA5DRrdF0Pzy5Ix3dt_WA4/edit

Bug: b/294487249

Test: Manual test
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:5a330b785f2e2df67fe3684dbc60436a043a4285)
Merged-In: Ia63161f3658cbd6b5c9cca0a3848141d3add6658
Change-Id: Ia63161f3658cbd6b5c9cca0a3848141d3add6658
parent e7666fec
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -750,4 +750,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")
}