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

Commit 8471d5a2 authored by Darrell Shi's avatar Darrell Shi
Browse files

Add COMMUNAL_HUB feature flag

Bug: 303131306
Test: n/a
Change-Id: I9ddd1ac8f83bda48c5849f39378d9acd5fb6d2f7
parent cee46898
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -821,4 +821,9 @@ object Flags {
    @JvmField
    val COMMUNAL_SERVICE_ENABLED = resourceBooleanFlag(R.bool.config_communalServiceEnabled,
        "communal_service_enabled")

    // TODO(b/303131306): Tracking Bug
    /** Whether communal hub features are enabled. */
    @JvmField
    val COMMUNAL_HUB = unreleasedFlag("communal_hub")
}