On Jun 16, 11:43 am, Mark Murphy <[email protected]> wrote:
> On Sat, Jun 16, 2012 at 11:33 AM, Terry <[email protected]> wrote:
> > HOW do you get the preferred directory in internal storage?
>
> There is no "preferred directory", insofar as the "preferred
> directory" concept implies that the user has access to the files, and
> they don't have access to internal storage except via your app (or
> except via rooting their phone).

As I've pointed out to you recently on another occasion, this is not
quite true.  The ability to access files in the private storage area
from another app is controlled by the access mode settings on those
files, which is something the owning application can choose.

It is true that it's a pain to find readable files in another app's
internal storage directory, since the parent /data directory is not
readable by apps, meaning that browsing needs to skip directly to a
directory which the app has made readable, or that the file's full
path needs to be known.

-- 
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