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

Commit 32464d7d authored by Vadim Tryshev's avatar Vadim Tryshev Committed by Android (Google) Code Review
Browse files

Merge "Not deleting assistant from sources" into ub-launcher3-master

parents 9155ea4c e924eb93
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