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