Merge "Add support to show first impression type suggestions"

This commit is contained in:
TreeHugger Robot
2017-05-10 01:53:29 +00:00
committed by Android (Google) Code Review
5 changed files with 91 additions and 68 deletions

View File

@@ -78,7 +78,6 @@ public class SuggestionFeatureProviderImpl implements SuggestionFeatureProvider
suggestion.intent.getComponent(),
PackageManager.COMPONENT_ENABLED_STATE_DISABLED,
PackageManager.DONT_KILL_APP);
parser.markCategoryDone(suggestion.category);
}
@Override