Merge "Turn off changing depth in wallpaper picker" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2022-09-16 16:50:04 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 3 deletions
@@ -289,10 +289,8 @@ public final class FeatureFlags {
"Enable option to log the keyboard latency for both atomic and controlled keyboard "
+ "animations on an EditText");
// Change of wallpaper depth in widget picker is disabled for tests as it causes flakiness on
// very slow cuttlefish devices.
public static final BooleanFlag ENABLE_WIDGET_PICKER_DEPTH = new DeviceFlag(
"ENABLE_WIDGET_PICKER_DEPTH", true, "Enable changing depth in widget picker.");
"ENABLE_WIDGET_PICKER_DEPTH", false, "Enable changing depth in widget picker.");
public static void initialize(Context context) {
synchronized (sDebugFlags) {