Add flag for widgets in Launcher preview

Test: Flag available in developer options (does nothing)
Bug: 185306338
Change-Id: I74063d0ef29f828f740633ce0dab860672f69d3d
This commit is contained in:
Brian Isganitis 2021-06-10 17:54:57 -04:00
parent a51ef571ad
commit 2b81fec450
1 changed files with 4 additions and 0 deletions

View File

@ -240,6 +240,10 @@ public final class FeatureFlags {
"ENABLE_WALLPAPER_SCRIM", false,
"Enables scrim over wallpaper for text protection.");
public static final BooleanFlag WIDGETS_IN_LAUNCHER_PREVIEW = getDebugFlag(
"WIDGETS_IN_LAUNCHER_PREVIEW", false,
"Enables widgets in Launcher preview for the Wallpaper app.");
public static void initialize(Context context) {
synchronized (sDebugFlags) {
for (DebugFlag flag : sDebugFlags) {