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

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/20785349

Change-Id: I915bf2290ce6a984a95e6009f78f852c8dc374c2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Brian Isganitis
2022-12-20 20:16:38 +00:00
committed by Automerger Merge Worker

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