I want to store downloaded files securely on Android device and I don't want to use encryption. How can I do it?
Can i use Context.getDir() with MOD_PRIVATE to do it ? why not ?
|
I want to store downloaded files securely on Android device and I don't want to use encryption. How can I do it? Can i use Context.getDir() with MOD_PRIVATE to do it ? why not ? |
|||||||||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
To protect data from unwanted access, you need encryption. So, no you can't |
|||||||||||
|
That directory is already private.
That is not possible, unless the installer has access to the file, which is only possible if you make the file world-readable. |
|||||||||||
|