Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1d67137 authored by Brian Isganitis's avatar Brian Isganitis
Browse files

Add flag for widgets in Launcher preview

Test: Flag available in developer options (does nothing)
Bug: 185306338
Change-Id: I74063d0ef29f828f740633ce0dab860672f69d3d
Merged-In: I74063d0ef29f828f740633ce0dab860672f69d3d
parent d73fa1ef
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -254,6 +254,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) {