Merge "Disabling icon normalization" into ub-launcher3-burnaby-polish

This commit is contained in:
Sunny Goyal
2016-01-13 18:04:19 +00:00
committed by Android (Google) Code Review
@@ -32,6 +32,6 @@ public final class FeatureFlags {
public static final boolean IS_RELEASE_BUILD = true;
// Custom flags go below this
public static final boolean LAUNCHER3_ICON_NORMALIZATION = true;
public static final boolean LAUNCHER3_ICON_NORMALIZATION = false;
}