How can I hide my data folder in Android? -


Is there a way to hide the data folder of my application in Android? I'm storing some stuff in sdcard / data / {package name} and I would like to be private

Thank you.

Update Sorry, I mean internal storage. I'll use it to cache some images.

If the Android security model is intact, the files will be stored in your application's private storage area only for your application and any other Is visible to the application that you have signed and assigned it to share the UserAd, unless you set them with the world's readable permission.

However, you can not trust it because there are a significant number of devices out there, where the original security model is not intact: without the development tools and emulators turned on, such devices where Models worm, or devices owned by end users have been optimized (i.e., "vests") devices. In these cases, the application's personal files will be delivered to the end user, and there may be some add-on tools and applications on the device.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -