mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Moving flag creation to a separate file
> This provides better control over proguarding descriptions > Enforcing bug number in flag creation Bug: 270386012 Test: Presubmit and verified on device Change-Id: I31014e397690379024d2e42c0e913ce806b9569c
This commit is contained in:
@@ -89,6 +89,7 @@ import com.android.launcher3.testing.shared.ResourceUtils;
|
||||
import com.android.launcher3.testing.shared.TestProtocol;
|
||||
import com.android.launcher3.tracing.LauncherTraceProto;
|
||||
import com.android.launcher3.tracing.TouchInteractionServiceProto;
|
||||
import com.android.launcher3.uioverrides.flags.FlagsFactory;
|
||||
import com.android.launcher3.uioverrides.plugins.PluginManagerWrapper;
|
||||
import com.android.launcher3.util.DisplayController;
|
||||
import com.android.launcher3.util.OnboardingPrefs;
|
||||
@@ -1195,7 +1196,7 @@ public class TouchInteractionService extends Service
|
||||
}
|
||||
} else {
|
||||
// Dump everything
|
||||
FeatureFlags.dump(pw);
|
||||
FlagsFactory.dump(pw);
|
||||
if (mDeviceState.isUserUnlocked()) {
|
||||
PluginManagerWrapper.INSTANCE.get(getBaseContext()).dump(pw);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user