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

Commit e87923c2 authored by Kevin Neas's avatar Kevin Neas Committed by Yuanlang Song
Browse files

Protecting against trying to launch apps that don't exist

BUG: 74083361

Change-Id: Ia0750bcca2534e794a81f094d5c214af4011c0ce
Test: Locally
(cherry picked from commit cb45b97a)
parent 4985fdef
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();