So then there would be no way for my app to be able to list out the file
names that reside in that location so the user can choose which one to open?
The reason I ask is because I am saving an ArrayList to a .txt file then
later down the road if the user wants they can go to "Open a Saved Report"
and choose which one they want. Or would my only option be to create a
FileNames.txt file and append to it each time a new file is saved?

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Mark Murphy
Sent: Monday, April 26, 2010 1:32 PM
To: [email protected]
Subject: Re: [android-developers] Re: Saving ArrayList to .txt file

Tommy wrote:
> Seems it was a permission issue with Astro when view that directory. How
can
> I view the /data directory. Is there a way to use windows explorer when
the
> phone is connected or anything?

No. You cannot view the /data directory on a production device without
rooting it.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 2.0 Available!

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

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