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

am: 872a380b59

Change-Id: I6e0831a2660459803eef6c755e4fcfc9f414c94f
This commit is contained in:
Vadim Tryshev
2019-09-30 13:54:36 -07:00
committed by android-build-merger

View File

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