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

Commit 0505aa09 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Remove stale boot message for fstrim.

Following commit a1131b17, where a
dexopt progress dialogue that applied to upgrades from pre-N versions
was removed.

Test: Boot
Bug: 251903639
Change-Id: Id436a861b8cb353ca0c10fa0b54c058ec6b69cab
parent 878a6ce4
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -2950,15 +2950,6 @@ public class PackageManagerService implements PackageSender, TestUtilityService
                    }
                }
                if (doTrim) {
                    if (!isFirstBoot()) {
                        try {
                            ActivityManager.getService().showBootMessage(
                                    mContext.getResources().getString(
                                            R.string.android_upgrading_fstrim),
                                    true);
                        } catch (RemoteException e) {
                        }
                    }
                    sm.runMaintenance();
                }
            } else {