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