Loading services/core/java/com/android/server/LockSettingsService.java +6 −0 Original line number Diff line number Diff line Loading @@ -2220,6 +2220,12 @@ public class LockSettingsService extends ILockSettings.Stub { Slog.i(TAG, "Postpone disabling escrow tokens until device is provisioned"); return; } // Escrow tokens are enabled on automotive builds. if (mContext.getPackageManager().hasSystemFeature(PackageManager.FEATURE_AUTOMOTIVE)) { return; } // Disable escrow token permanently on all other device/user types. Slog.i(TAG, "Disabling escrow token on user " + userId); if (isSyntheticPasswordBasedCredentialLocked(userId)) { Loading Loading
services/core/java/com/android/server/LockSettingsService.java +6 −0 Original line number Diff line number Diff line Loading @@ -2220,6 +2220,12 @@ public class LockSettingsService extends ILockSettings.Stub { Slog.i(TAG, "Postpone disabling escrow tokens until device is provisioned"); return; } // Escrow tokens are enabled on automotive builds. if (mContext.getPackageManager().hasSystemFeature(PackageManager.FEATURE_AUTOMOTIVE)) { return; } // Disable escrow token permanently on all other device/user types. Slog.i(TAG, "Disabling escrow token on user " + userId); if (isSyntheticPasswordBasedCredentialLocked(userId)) { Loading