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

Commit ee08ce22 authored by Darrell Shi's avatar Darrell Shi
Browse files

Add COMMUNAL_HUB flag

This is a resource flag used to control whether communal features like
the glanceable hub is enabled.

Bug: 300995746
Bug: 300483707
Test: n/a
Change-Id: Iba701f65f27f14333405e148b6839209b4d3f293
parent 1b2200b9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -806,4 +806,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")
}