Skip to content
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

Open
d3xt3r01 opened this issue Mar 2, 2023 · 4 comments
Open

Optional biometric request #565

d3xt3r01 opened this issue Mar 2, 2023 · 4 comments

Comments

@d3xt3r01
Copy link

d3xt3r01 commented Mar 2, 2023

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.

@oakkitten
Copy link
Collaborator

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?

@d3xt3r01
Copy link
Author

It's not niche. Whatsapp Has it, Telegram has it...
I agree there are other was of protecting the phone, but I think it's easier and faster to have this kind of option built in rather than using 3rd party apps.
The main idea is that I want to be able to give the phone to other people but restrict access to some apps.
Those apps work but I find some have ads, not many are opensource...etc.
I imagine it's a "simple" ask for biometrics request before launching the main activity. Sorry, I don't want to underestimate the work!
Sorry for the late reply!

@oakkitten
Copy link
Collaborator

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. 😛

@polyzen
Copy link

polyzen commented Mar 28, 2023

https://github.com/vector-im/element-android (Matrix client) also implements this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants