Add support to show first impression type suggestions
- Add FIRST_IMPRESSION type in suggestion order list. - Make rule changes for a few suggestions. Bug: 37947647 Test: manual Change-Id: I2101f5e0f6424723bacc9f5febf2ffaab9398896
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user