mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Not unlocking phone on the test start
Somehow tests unlock the phone anyways. Bug: 141772190 Change-Id: I66de70ec10a7e9ae05ba942570bf9eff9d9e7a82
This commit is contained in:
@@ -171,8 +171,6 @@ public abstract class AbstractLauncherUiTest {
|
||||
|
||||
mTargetContext = InstrumentationRegistry.getTargetContext();
|
||||
mTargetPackage = mTargetContext.getPackageName();
|
||||
// Unlock the phone
|
||||
mDevice.executeShellCommand("input keyevent 82");
|
||||
}
|
||||
|
||||
@After
|
||||
|
||||
Reference in New Issue
Block a user