Android application copies files from Downloads into internal app directory and protects access with password.
- Set password on first launch.
- Click floating button
add
. - Select files from Downloads dir and click
done
. - Use Navigation Panel to filter files by types.
- Use Operation menu to change password.
- Application encrypts only user password and does not encrypt file's content, so
root
user can access files. - There is no way to restore password because application does not store plain password text.
Please use app/release/app-release.apk file.