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

Commit 353b9d91 authored by Kevin Neas's avatar Kevin Neas Committed by Android (Google) Code Review
Browse files

Merge "Protecting against trying to launch apps that don't exist"

parents 02245df2 cb45b97a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -229,6 +229,9 @@ public class AppLaunch extends InstrumentationTestCase {
            setLaunchOrder();

            for (LaunchOrder launch : mLaunchOrderList) {
                if (mNameToIntent.get(launch.getApp()) == null) {
                    continue;
                }
                dropCache();
                String appPkgName = mNameToIntent.get(launch.getApp())
                        .getComponent().getPackageName();