Merge "Minor typo corrected."

This commit is contained in:
Alex Buynytskyy
2022-12-08 15:00:14 +00:00
committed by Android (Google) Code Review

View File

@@ -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.