Merge "Minor typo corrected."
This commit is contained in:
committed by
Android (Google) Code Review
commit
51f86c927f
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user