From a85b629d1268dd5a9329d1ba09f2dc9a62f7c668 Mon Sep 17 00:00:00 2001 From: Vinit Nayak Date: Mon, 24 Apr 2023 14:39:08 -0700 Subject: [PATCH] Add link to block directory Flag: not needed Bug: 278771275 Test: ran launcher Change-Id: I6fc37d73a73265520c62c95167fd730095dd81e6 --- src/com/android/launcher3/config/FeatureFlags.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/com/android/launcher3/config/FeatureFlags.java b/src/com/android/launcher3/config/FeatureFlags.java index cdebe440a1..8cfd326ea6 100644 --- a/src/com/android/launcher3/config/FeatureFlags.java +++ b/src/com/android/launcher3/config/FeatureFlags.java @@ -35,6 +35,12 @@ import java.util.function.ToIntFunction; /** * Defines a set of flags used to control various launcher behaviors. * + * Please only add flags to your assigned block to prevent merge conflicts. If you do not have + * a block, please update the current empty block and add a new empty block below to prevent + * merge conflicts with the previous block. + * List of blocks can be found: + * here + * *

All the flags should be defined here with appropriate default values. */ public final class FeatureFlags { @@ -74,9 +80,6 @@ public final class FeatureFlags { * Declare a new ToggleableFlag below. Give it a unique key (e.g. "QSB_ON_FIRST_SCREEN"), * and set a default value for the flag. This will be the default value on Debug builds. *

- * Please only add flags to your assigned block to prevent merge conflicts. If you do not have - * a block, please update the current empty block and add a new empty block below to prevent - * merge conflicts with the previous block. */ // TODO(Block 1): Clean up flags public static final BooleanFlag ENABLE_ONE_SEARCH_MOTION = getReleaseFlag(270394223,