Loading src/com/android/launcher3/config/FeatureFlags.java +3 −0 Original line number Diff line number Diff line Loading @@ -173,6 +173,9 @@ public final class FeatureFlags { "SEPARATE_RECENTS_ACTIVITY", false, "Uses a separate recents activity instead of using the integrated recents+Launcher UI"); public static final BooleanFlag USER_EVENT_DISPATCHER = new DeviceFlag( "USER_EVENT_DISPATCHER", true, "User event dispatcher collects logs."); public static void initialize(Context context) { synchronized (sDebugFlags) { for (DebugFlag flag : sDebugFlags) { Loading Loading
src/com/android/launcher3/config/FeatureFlags.java +3 −0 Original line number Diff line number Diff line Loading @@ -173,6 +173,9 @@ public final class FeatureFlags { "SEPARATE_RECENTS_ACTIVITY", false, "Uses a separate recents activity instead of using the integrated recents+Launcher UI"); public static final BooleanFlag USER_EVENT_DISPATCHER = new DeviceFlag( "USER_EVENT_DISPATCHER", true, "User event dispatcher collects logs."); public static void initialize(Context context) { synchronized (sDebugFlags) { for (DebugFlag flag : sDebugFlags) { Loading