Search code examples
androidandroid-sdcardsecure-gateway

How store the data in android device securely?


I have the problem to store the downloaded data in my android device Now I store the data on my sdcard, but this is not much prevent from the user. I need to store the data securely from the user. How can I do that?


Solution

  • there is no way you can prevent the user from accessing your data. The max you can do is :

    1. Make the folders you create as hidden ( prefix the folder names with a . )
    2. remove the extension of the files you create, if possible. In most cases you can still access them & your files dont show up in other apps (like music players, Image viewers).