I am working on an android app where users download files and those files will be encrypted (trying to implement this How to encrypt and decrypt file in Android?) in device. but currently my app does not have file openers to view.
So, I want to let the user choose any file app to open and read using Intent
. Since, the file is encrypted, other apps might not be able to open those files. Encryption is to not let users share/show/see the files to anyone without using the our app. Is there anyway to let users use other apps and still encryption in place? Or is it correct way to do it?