Merge "Added assistant gesture swipe up right side region on nav bar" into ub-launcher3-master

This commit is contained in:
TreeHugger Robot
2019-03-01 22:02:23 +00:00
committed by Android (Google) Code Review
5 changed files with 208 additions and 0 deletions

View File

@@ -116,6 +116,10 @@ abstract class BaseFlags {
"ENABLE_HINTS_IN_OVERVIEW", false,
"Show chip hints and gleams on the overview screen");
public static final TogglableFlag ENABLE_ASSISTANT_GESTURE = new TogglableFlag(
"ENABLE_ASSISTANT_GESTURE", false,
"Enable swipe up from the bottom right corner to start assistant");
public static void initialize(Context context) {
// Avoid the disk read for user builds
if (Utilities.IS_DEBUG_DEVICE) {