menu.addMenuOptions(LOGGING_OPTIONS);
menu.addMenuOptions(DEBUG_OPTIONS);
}
final boolean showExplorationOptions = includeExploration || showExplorationMenuByDefault;
final boolean showPrototypeOptions = isRunningAsPrototype();
menu.show(forView, includeDebug, showExplorationOptions, showPrototypeOptions);
feedbackManager.clearBusy(over);
}
@Override
public void removeFromNotificationList(final View view) {