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

Commit 7713fc27 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 06de4fd2 31d52e72
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -2173,3 +2173,13 @@ flag {
    description: "Gets rid of runBlocking usages wherever possible, across all of sysui."
    description: "Gets rid of runBlocking usages wherever possible, across all of sysui."
    bug: "423462317"
    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
    }
}