Loading src/com/android/launcher3/config/FeatureFlags.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -285,6 +285,9 @@ public final class FeatureFlags { "FOLDABLE_WORKSPACE_REORDER", true, "FOLDABLE_WORKSPACE_REORDER", true, "In foldables, when reordering the icons and widgets, is now going to use both sides"); "In foldables, when reordering the icons and widgets, is now going to use both sides"); public static final BooleanFlag SHOW_SEARCH_EDUCARD_QSB = new DeviceFlag( "SHOW_SEARCH_EDUCARD_QSB", false, "Shows Search Educard for QSB entry in OneSearch."); public static void initialize(Context context) { public static void initialize(Context context) { synchronized (sDebugFlags) { synchronized (sDebugFlags) { for (DebugFlag flag : sDebugFlags) { for (DebugFlag flag : sDebugFlags) { Loading Loading
src/com/android/launcher3/config/FeatureFlags.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -285,6 +285,9 @@ public final class FeatureFlags { "FOLDABLE_WORKSPACE_REORDER", true, "FOLDABLE_WORKSPACE_REORDER", true, "In foldables, when reordering the icons and widgets, is now going to use both sides"); "In foldables, when reordering the icons and widgets, is now going to use both sides"); public static final BooleanFlag SHOW_SEARCH_EDUCARD_QSB = new DeviceFlag( "SHOW_SEARCH_EDUCARD_QSB", false, "Shows Search Educard for QSB entry in OneSearch."); public static void initialize(Context context) { public static void initialize(Context context) { synchronized (sDebugFlags) { synchronized (sDebugFlags) { for (DebugFlag flag : sDebugFlags) { for (DebugFlag flag : sDebugFlags) { Loading