-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optional biometric request #565
Comments
This sounds like a very niche functionality. Normally you'd expect the entire phone to be fingerprint/password-locked. Also, there are apps such as AppLock that seem to be providing this functionality, which seems to be better suited for third-party apps. I wonder what's the use case here, and whether these apps do not work for some reason? |
It's not niche. Whatsapp Has it, Telegram has it... |
Aight if WhatsApp and Telegram both have it, this is a reasonable request. The task sounds simple on the surface but as with everything on Android we will probably have to handle various API versions, device capabilities, edge cases, etc. Also we'll probably have to think about when to lock the app. (Minutes of inactivity? Screen off?) Also handle the cases where you share something to the locked app—might be not trivial. So unless you are willing to take on this feature yourself, this just might take a while. 😛 |
https://github.com/vector-im/element-android (Matrix client) also implements this. |
Hi,
I'm wondering if a biometric ( fingerprint/password or whatever the OS has set up ) can be added as an option when the application launches for added protection.
Thanks.
The text was updated successfully, but these errors were encountered: