Deprecating LauncherInstrumentation constructor with parameter

Change-Id: I779b4a8fde2db73cced8133f12d1356ad0b8729e
This commit is contained in:
vadimt
2019-09-27 12:00:09 -07:00
parent 7028b10c54
commit 2611d79f69
3 changed files with 12 additions and 3 deletions

View File

@@ -92,8 +92,7 @@ public abstract class AbstractLauncherUiTest {
protected MainThreadExecutor mMainThreadExecutor = new MainThreadExecutor();
protected final UiDevice mDevice = UiDevice.getInstance(getInstrumentation());
protected final LauncherInstrumentation mLauncher =
new LauncherInstrumentation(getInstrumentation());
protected final LauncherInstrumentation mLauncher = new LauncherInstrumentation();
protected Context mTargetContext;
protected String mTargetPackage;