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

Commit c5a792ae authored by Kevin Neas's avatar Kevin Neas Committed by android-build-merger
Browse files

Merge "Protecting against trying to launch apps that don't exist" into pi-dev

am: 9b8b54f9

Change-Id: I2dc8e043b9e6381085e3f066ac0705d106d54bac
parents 062f2c39 9b8b54f9
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();