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

Commit e9663b07 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 98d9710c: am f4c936a7: Merge "Fix to only do pre boot receivers on upgrade." into mnc-dev

* commit '98d9710c':
  Fix to only do pre boot receivers on upgrade.
parents 3d501550 98d9710c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11495,7 +11495,7 @@ public final class ActivityManagerService extends ActivityManagerNative
            for (int i=0; i<ris.size(); i++) {
                ActivityInfo ai = ris.get(i).activityInfo;
                ComponentName comp = new ComponentName(ai.packageName, ai.name);
                if (false && lastDoneReceivers.contains(comp)) {
                if (lastDoneReceivers.contains(comp)) {
                    // We already did the pre boot receiver for this app with the current
                    // platform version, so don't do it again...
                    ris.remove(i);