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

This commit is contained in:
Brian Isganitis
2022-12-20 19:53:03 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {