Merge "Logging TAPL interaction model" into ub-launcher3-qt-dev

This commit is contained in:
Vadim Tryshev
2019-04-22 22:15:11 +00:00
committed by Android (Google) Code Review
@@ -175,6 +175,7 @@ public final class LauncherInstrumentation {
// Workaround, use constructed context because both the instrumentation context and the
// app context are not constructed with resources that take overlays into account
final Context ctx = baseContext.createPackageContext("android", 0);
log("Interaction mode = " + getCurrentInteractionMode(ctx));
if (isGesturalMode(ctx)) {
return NavigationModel.ZERO_BUTTON;
} else if (isSwipeUpMode(ctx)) {