I am developing an android application, where I download pdf files.
So I create a file called NameProject
where I put all downloaded pdfs. I can access this file via my application and also via other application like File Manager.
The android file system is open so I need to protect downloaded files from being accessed outside the app itself.
Can I do that? If yes, any ideas will be appreciated.
Thanks