Merge "Add feature flag for all apps pull up work." into ub-launcher3-calgary

This commit is contained in:
Hyunyoung Song
2016-05-27 19:15:15 +00:00
committed by Android (Google) Code Review
@@ -29,4 +29,5 @@ public final class FeatureFlags {
public static boolean LAUNCHER3_LEGACY_FOLDER_ICON = false;
public static boolean LAUNCHER3_USE_SYSTEM_DRAG_DRIVER = false;
public static boolean LAUNCHER3_DISABLE_PINCH_TO_OVERVIEW = false;
public static boolean LAUNCHER3_ALL_APPS_PULL_UP = true;
}