Reapply "Support toggling Taskbar All Apps with 3P Launcher." am: 036a83cd99

The revert was not supposed to be auto-merged.

This reverts commit 5a3bf93d82, reversing
changes made to 84f8002586.

Bug: 331384026
Change-Id: Ieb11a8544db90259aae856c4af805c37ce9e68cc
This commit is contained in:
Gina Ko
2024-03-26 15:02:04 -07:00
parent 5a3bf93d82
commit 5b845d2831
7 changed files with 229 additions and 47 deletions

View File

@@ -197,6 +197,11 @@ public class TaskbarUIController {
return false;
}
/** Returns {@code true} if Home All Apps available instead of Taskbar All Apps. */
protected boolean canToggleHomeAllApps() {
return false;
}
@CallSuper
protected void dumpLogs(String prefix, PrintWriter pw) {
pw.println(String.format(