Voice-Recorder icon indicating copy to clipboard operation
Voice-Recorder copied to clipboard

Require biometrics to access the app's data

Open Lppsoeht opened this issue 1 year ago • 4 comments

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

Lppsoeht avatar Jul 23 '24 10:07 Lppsoeht

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.

naveensingh avatar Mar 16 '25 09:03 naveensingh

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?

Lppsoeht avatar Mar 16 '25 11:03 Lppsoeht

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.

naveensingh avatar Mar 16 '25 11:03 naveensingh

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.

HT-7 avatar Aug 10 '25 11:08 HT-7