Merge "Add flag for widgets in Launcher preview" into sc-v2-dev am: 0058f293eb
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14940360 Change-Id: I0b9a714f7631b5c4feb3e8d51a95e71060ec1aba
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user