Remove unused NO_ALL_APPS_ICON flag

Change-Id: I2286121d8e396acc4afe76c77ef99abd6154a866
This commit is contained in:
Ryan Lothian 2018-10-12 14:45:13 -04:00
parent 4548a7d48d
commit f2e8ddaf79
1 changed files with 0 additions and 3 deletions

View File

@ -44,9 +44,6 @@ abstract class BaseFlags {
//Feature flag to enable pulling down navigation shade from workspace.
public static final boolean PULL_DOWN_STATUS_BAR = true;
// When enabled the all-apps icon is not added to the hotseat.
public static final boolean NO_ALL_APPS_ICON = true;
// When true, custom widgets are loaded using CustomWidgetParser.
public static final boolean ENABLE_CUSTOM_WIDGETS = false;