Introduce support for Hero app Section

[Video attached to bug report]

Bug: 162871508
Test: Manual
Change-Id: Ia6f5621d6220f55e6fd5e56530853c267838442c
This commit is contained in:
Samuel Fufa
2020-08-04 14:06:55 -07:00
parent 60096e990a
commit 4a53c70c57
9 changed files with 342 additions and 26 deletions
@@ -32,7 +32,7 @@ public class DefaultAppSearchAlgorithm implements SearchAlgorithm {
public DefaultAppSearchAlgorithm(LauncherAppState launcherAppState) {
mResultHandler = new Handler();
mAppsSearchPipeline = new AppsSearchPipeline(launcherAppState);
mAppsSearchPipeline = new AppsSearchPipeline(launcherAppState, false);
}
@Override