Enable widgets in launcher preview flag am: 21faa2a3de

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

Change-Id: I255509bc1b4399c75b794a11e99cf0651f5ee4f7
This commit is contained in:
Brian Isganitis
2021-09-15 19:04:53 +00:00
committed by Automerger Merge Worker
@@ -255,7 +255,7 @@ public final class FeatureFlags {
"Enables scrim over wallpaper for text protection.");
public static final BooleanFlag WIDGETS_IN_LAUNCHER_PREVIEW = getDebugFlag(
"WIDGETS_IN_LAUNCHER_PREVIEW", false,
"WIDGETS_IN_LAUNCHER_PREVIEW", true,
"Enables widgets in Launcher preview for the Wallpaper app.");
public static void initialize(Context context) {