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

Commit d51da5d5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Trying to remove waiting for broadcasts" into tm-dev am: ce43fb91

parents 2cd23e19 ce43fb91
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -227,11 +227,6 @@ public final class LauncherInstrumentation {
    public LauncherInstrumentation(Instrumentation instrumentation) {
        mInstrumentation = instrumentation;
        mDevice = UiDevice.getInstance(instrumentation);
        try {
            mDevice.executeShellCommand("am wait-for-broadcast-idle");
        } catch (IOException e) {
            log("Failed to wait for broadcast idle");
        }

        // Launcher should run in test harness so that custom accessibility protocol between
        // Launcher and TAPL is enabled. In-process tests enable this protocol with a direct call