I want to enable a user to log in to my app using their biometric information. However, I'm aware that there is multi-user functionality for Android devices, where you can register multiple users on a single device.
I don't want a different user on the same device to be able to log in to my app just because they have a fingerprint registered on the device. So my question is: is a fingerprint (or any biometric info) associated with the device in general and it doesn't matter which user is currently active OR is the biometric information associated with a specific user on the device?
I have checked the documentation, but I can't find anything that is clear on this point.