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

Commit f69dd302 authored by Darrell Shi's avatar Darrell Shi Committed by Android (Google) Code Review
Browse files

Merge "Add COMMUNAL_HUB flag" into main

parents 37730232 ee08ce22
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -811,4 +811,9 @@ object Flags {
    /** Enable showing a dialog when clicking on Quick Settings bluetooth tile. */
    @JvmField
    val BLUETOOTH_QS_TILE_DIALOG = unreleasedFlag("bluetooth_qs_tile_dialog")

    // TODO(b/300995746): Tracking Bug
    /** Enable communal hub features. */
    @JvmField
    val COMMUNAL_HUB = resourceBooleanFlag(R.bool.config_communalServiceEnabled, "communal_hub")
}