android – Security of the Android Assets folder
Is the Assets folder accessible only by the app, or can it be seen by the user? For my application, I want to store credential certificates and video files in local storage, but I’m not sure how to hide these items from the user. The Assets folder seems to be the only option. The best … Read more