Loading services/core/java/com/android/server/LockSettingsService.java +9 −0 Original line number Original line Diff line number Diff line Loading @@ -700,6 +700,15 @@ public class LockSettingsService extends ILockSettings.Stub { final KeyStore ks = KeyStore.getInstance(); final KeyStore ks = KeyStore.getInstance(); ks.onUserRemoved(userId); ks.onUserRemoved(userId); try { final IGateKeeperService gk = getGateKeeperService(); if (gk != null) { gk.clearSecureUserId(userId); } } catch (RemoteException ex) { Slog.w(TAG, "unable to clear GK secure user id"); } } } private static final String[] VALID_SETTINGS = new String[] { private static final String[] VALID_SETTINGS = new String[] { Loading Loading
services/core/java/com/android/server/LockSettingsService.java +9 −0 Original line number Original line Diff line number Diff line Loading @@ -700,6 +700,15 @@ public class LockSettingsService extends ILockSettings.Stub { final KeyStore ks = KeyStore.getInstance(); final KeyStore ks = KeyStore.getInstance(); ks.onUserRemoved(userId); ks.onUserRemoved(userId); try { final IGateKeeperService gk = getGateKeeperService(); if (gk != null) { gk.clearSecureUserId(userId); } } catch (RemoteException ex) { Slog.w(TAG, "unable to clear GK secure user id"); } } } private static final String[] VALID_SETTINGS = new String[] { private static final String[] VALID_SETTINGS = new String[] { Loading