Revert "Update active fingerprint group when switching profiles"

This reverts commit d37c824c14.

Change-Id: Id9c7a9c1fef276aa45f4ffc7559f61d1dbdaf7ba
This commit is contained in:
Rubin Xu
2017-01-11 15:24:14 +00:00
parent d37c824c14
commit 381f2acdf4

View File

@@ -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);