Require biometrics to access the app's data
Checklist
- [X] I made sure that there are no existing issues - open or closed - to which I could contribute my information.
- [X] I made sure that there are no existing discussions - open or closed - to which I could contribute my information.
- [X] I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed.
- [X] I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
- [X] This issue contains only one feature request.
- [X] I have read and understood the contribution guidelines.
- [ ] I optionally donated to support the Fossify mission.
Feature description
Require biometrics to access app's data or access the app itself
Why do you want this feature?
It would discourage a third party(physical person) from being able to access the app's data by knowing only the android's profile passcode.
Additional information
No response
Same as in Fossify Gallery, this would only prevent access to the app itself but not the recordings because they are saved in a publicly accessible storage. The third-party could use another app (e.g. an audio player) to access the recordings.
The only way this would work if we add an option to save recordings to the app's private storage which is not accessible by third-party apps.
The only way this would work if we add an option to save recordings to the app's private storage which is not accessible by third-party apps.
Should I make a new request for this?
Yep, a new feature request about recording to private storage is welcome! The issue requesting encryption (#62) will likely to be closed in favor of this simpler approach.
The only way this would work if we add an option to save recordings to the app's private storage which is not accessible by third-party apps.
Or Android/data/[package name] starting in Android 12. The problem with private storage is that the user can not move their recordings to a computer (MTP) if they run out of storage, so the app would need a way to move the files out if requested by the user.