Loading services/core/java/com/android/server/locksettings/LockSettingsService.java +1 −2 Original line number Diff line number Diff line Loading @@ -1973,8 +1973,7 @@ public class LockSettingsService extends ILockSettings.Stub { } catch (RemoteException ex) { Slog.w(TAG, "unable to clear GK secure user id"); } UserInfo userInfo = mUserManager.getUserInfo(userId); if (unknownUser || userInfo == null || userInfo.isManagedProfile()) { if (unknownUser || mUserManager.getUserInfo(userId).isManagedProfile()) { removeKeystoreProfileKey(userId); } } Loading Loading
services/core/java/com/android/server/locksettings/LockSettingsService.java +1 −2 Original line number Diff line number Diff line Loading @@ -1973,8 +1973,7 @@ public class LockSettingsService extends ILockSettings.Stub { } catch (RemoteException ex) { Slog.w(TAG, "unable to clear GK secure user id"); } UserInfo userInfo = mUserManager.getUserInfo(userId); if (unknownUser || userInfo == null || userInfo.isManagedProfile()) { if (unknownUser || mUserManager.getUserInfo(userId).isManagedProfile()) { removeKeystoreProfileKey(userId); } } Loading