Loading services/core/java/com/android/server/pm/Settings.java +1 −0 Original line number Diff line number Diff line Loading @@ -5503,6 +5503,7 @@ public final class Settings implements Watchable, Snappable { + "set before trying to update the fingerprint."); } mFingerprints.put(userId, mExtendedFingerprint); mPermissionUpgradeNeeded.put(userId, false); writeStateForUserAsync(userId); } } Loading Loading
services/core/java/com/android/server/pm/Settings.java +1 −0 Original line number Diff line number Diff line Loading @@ -5503,6 +5503,7 @@ public final class Settings implements Watchable, Snappable { + "set before trying to update the fingerprint."); } mFingerprints.put(userId, mExtendedFingerprint); mPermissionUpgradeNeeded.put(userId, false); writeStateForUserAsync(userId); } } Loading