Merge "Not unlocking phone on the test start" into ub-launcher3-qt-qpr1-dev am: 872a380b59

am: 4c420047cf

Change-Id: I23f87d541771baa7ba3e5857999a5e5c96c301ce
This commit is contained in:
Vadim Tryshev
2019-09-30 14:01:37 -07:00
committed by android-build-merger

View File

@@ -177,8 +177,6 @@ public abstract class AbstractLauncherUiTest {
mTargetContext = InstrumentationRegistry.getTargetContext();
mTargetPackage = mTargetContext.getPackageName();
// Unlock the phone
mDevice.executeShellCommand("input keyevent 82");
}
@After