Revert "Update active fingerprint group when switching profiles"
This reverts commit d37c824c14.
Change-Id: Id9c7a9c1fef276aa45f4ffc7559f61d1dbdaf7ba
This commit is contained in:
@@ -1142,12 +1142,6 @@ public class FingerprintService extends SystemService implements IBinder.DeathRe
|
||||
mHandler.obtainMessage(MSG_USER_SWITCHING, newUserId, 0 /* unused */)
|
||||
.sendToTarget();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onForegroundProfileSwitch(int newProfileId) throws RemoteException {
|
||||
mHandler.obtainMessage(MSG_USER_SWITCHING, newProfileId, 0 /* unused */)
|
||||
.sendToTarget();
|
||||
}
|
||||
}, TAG);
|
||||
} catch (RemoteException e) {
|
||||
Slog.w(TAG, "Failed to listen for user switching event" ,e);
|
||||
|
||||
Reference in New Issue
Block a user