[automerger] Remove notification dots setting for Launcher3Go am: c138515c4e

Change-Id: I2fdd2f33babf294140a649fafebc68d6e45b86d7
This commit is contained in:
Tony Wickham
2017-08-14 22:09:39 +00:00
4 changed files with 23 additions and 6 deletions

View File

@@ -55,8 +55,6 @@ abstract class BaseFlags {
public static final boolean NO_ALL_APPS_ICON = true;
// When enabled the status bar may show dark icons based on the top of the wallpaper.
public static final boolean LIGHT_STATUS_BAR = false;
// When enabled icons are badged with the number of notifications associated with that app.
public static final boolean BADGE_ICONS = true;
// When enabled, icons not supporting {@link AdaptiveIconDrawable} will be wrapped in {@link FixedScaleDrawable}.
public static final boolean LEGACY_ICON_TREATMENT = true;
// When enabled, adaptive icons would have shadows baked when being stored to icon cache.