Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e924eb93 authored by vadimt's avatar vadimt
Browse files

Not deleting assistant from sources

Now it's done via test config files

Change-Id: Ia31f6de8a44ce29b1ccc01fdb509b6d1e8f2d49d
parent 24eb1c9c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -102,10 +102,6 @@ public abstract class AbstractLauncherUiTest {
        }
        if (TestHelpers.isInLauncherProcess()) Utilities.enableRunningInTestHarnessForTests();
        mLauncher = new LauncherInstrumentation(instrumentation);
        try {
            mDevice.executeShellCommand("settings delete secure assistant");
        } catch (IOException e) {
        }
    }

    @Rule