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

Commit dad173f9 authored by Brian Isganitis's avatar Brian Isganitis Committed by Android (Google) Code Review
Browse files

Merge "Add flag for Taskbar education tooltip." into tm-qpr-dev

parents 37292eb2 746b2243
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -369,6 +369,10 @@ public final class FeatureFlags {
            "Enable the ability to generate monochromatic icons, if it is not provided by the app"
    );

    public static final BooleanFlag ENABLE_TASKBAR_EDU_TOOLTIP = getDebugFlag(
            "ENABLE_TASKBAR_EDU_TOOLTIP", false,
            "Enable the tooltip version of the Taskbar education flow.");

    public static void initialize(Context context) {
        synchronized (sDebugFlags) {
            for (DebugFlag flag : sDebugFlags) {