Merge "Enabling themed icon feature" into sc-dev am: 8a7f973264

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

Change-Id: Ic9fc28ff92387180783c5f3492b78f65bbb88bf8
This commit is contained in:
Sunny Goyal
2021-05-28 19:13:40 +00:00
committed by Automerger Merge Worker

View File

@@ -142,7 +142,7 @@ public final class FeatureFlags {
"MULTI_DB_GRID_MIRATION_ALGO", true, "Use the multi-db grid migration algorithm");
public static final BooleanFlag ENABLE_THEMED_ICONS = getDebugFlag(
"ENABLE_THEMED_ICONS", false, "Enable themed icons on workspace");
"ENABLE_THEMED_ICONS", true, "Enable themed icons on workspace");
// Keep as DeviceFlag for remote disable in emergency.
public static final BooleanFlag ENABLE_OVERVIEW_SELECTIONS = new DeviceFlag(