Minor typo corrected.

Bug: 253568736
Test: presubmit
Change-Id: I7d2a5e59c9cdacc8d1c9b5683ce864ddb336a509
This commit is contained in:
Alex Buynytskyy
2022-12-06 15:05:24 -08:00
parent 0f6ec306e2
commit c255bd93a8

View File

@@ -2465,7 +2465,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.