I have created a file inside one folder in android and I have encrypted that file. When user clicks "READ" button in my app, the specified file will be decrypted in same folder. but I want the users not to access those files via USB or file manager. How to implement this concept?
Android - How to create a folder that can't be accessed by user?
117 views Asked by Sridhar K At
1
Use this
In place of
This will solve your problem.