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

Commit 51f86c92 authored by Alex Buynytskyy's avatar Alex Buynytskyy Committed by Android (Google) Code Review
Browse files

Merge "Minor typo corrected."

parents 8e023a00 c255bd93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2470,7 +2470,7 @@ public final class Settings implements Watchable, Snappable {
                mReadMessages.append("Reading from backup stopped packages file\n");
                PackageManagerService.reportSettingsProblem(Log.INFO,
                        "Need to read from backup stopped packages file");
                if (mSettingsFilename.exists()) {
                if (mStoppedPackagesFilename.exists()) {
                    // If both the backup and normal file exist, we
                    // ignore the normal one since it might have been
                    // corrupted.