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

Commit 31d52e72 authored by Will Leshner's avatar Will Leshner
Browse files

Add a flag to make "off" the default for glanceable hub on mobile.

Bug: 428215526
Test: NA (just adding a flag)
Flag: com.android.systemui.glanceable_hub_enabled_by_default

Change-Id: I3d39f72aefa8720ee0ef50d049c81b0a8019bf69
parent 9dd52325
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2169,3 +2169,13 @@ flag {
    description: "Gets rid of runBlocking usages wherever possible, across all of sysui."
    bug: "423462317"
}

flag {
    name: "glanceable_hub_enabled_by_default"
    namespace: "systemui"
    description: "Enable glanceable hub by default (this flag is intended to enable GH for DF only)."
    bug: "428215526"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}