Howdy—

The folders in /data/data/<package_name>/ are hidden/private to all
applications except those that are within that package namespace.

Is it possible to create this level of security for folders created by
applications on the SD card? For instance, the docs say that for API
versions 7 and below, you should create folders that follow the syntax
of:

getExternalStorageDirectory() + /Android/data/<package_name>/files/

However, it's not clear that Android/data/<package_name>/files are
protected the same way files in /data/data are. Are they? Or can
others just go in there and muck things up?

Thanks in advance!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to