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

Commit d4b946db authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Workaround for activity manager crashing when trying to start an app It...

Merge "Workaround for activity manager crashing when trying to start an app It flakes when one of the tests starts calculator while there zero activities in the system." into ub-launcher3-rvc-dev
parents 9024c857 8914c516
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -131,6 +131,10 @@ public class FallbackRecentsTest {
                    TestCommandReceiver.GET_SYSTEM_HEALTH_MESSAGE, startTime.toString()).
                    getString("result"));
        }
        // b/143488140
        mDevice.pressHome();
        mDevice.waitForIdle();
        startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR));
    }

    // b/143488140