Merge "Set the ENABLE_DOWNLOAD_APP_UX_V2 flag to true" into tm-qpr-dev am: a9e5f5a1ef

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/20579699

Change-Id: I680d74b303f4b094469dae0ec34b55ac8dd6ce4f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Federico Baron
2023-01-18 20:04:58 +00:00
committed by Automerger Merge Worker

View File

@@ -330,8 +330,8 @@ public final class FeatureFlags {
"HOME_GARDENING_WORKSPACE_BUTTONS", false,
"Change workspace edit buttons to reflect home gardening");
public static final BooleanFlag ENABLE_DOWNLOAD_APP_UX_V2 = getDebugFlag(
"ENABLE_DOWNLOAD_APP_UX_V2", false, "Updates the download app UX"
public static final BooleanFlag ENABLE_DOWNLOAD_APP_UX_V2 = new DeviceFlag(
"ENABLE_DOWNLOAD_APP_UX_V2", true, "Updates the download app UX"
+ " to have better visuals");
public static final BooleanFlag ENABLE_TASKBAR_REVISED_THRESHOLDS = getDebugFlag(