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

Commit 415f3541 authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am ba922631: Merge "Don\'t crash on boot" into lmp-preview-dev

* commit 'ba9226316df301fb612606f919aa69e109645c82':
  Don't crash on boot
parents 6b5f93e9 56f2daab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11778,8 +11778,8 @@ public class PackageManagerService extends IPackageManager.Stub {
                    }
                }
                if (removed.size() > 0) {
                    for (int j=0; j<removed.size(); j++) {
                        PreferredActivity pa = removed.get(i);
                    for (int r=0; r<removed.size(); r++) {
                        PreferredActivity pa = removed.get(r);
                        Slog.w(TAG, "Removing dangling preferred activity: "
                                + pa.mPref.mComponent);
                        pir.removeFilter(pa);