Issue
I'm developing an app that downloads .pdf and .mp4 files from a server. I'm saving this files on my SD card.
I need to hide these files to only be visible from my app.
Can someone help me?
Thanks!
Best regards.
Solution
Best practice is to use internal storage. files saved to the internal storage are private to your application and other applications cannot access them. When the user uninstalls your application, these files are removed.
Answered By - Aditya
Answer Checked By - Mildred Charles (JavaFixing Admin)