[android-developers] Find storage directories?

2011-03-30 Thread Nathan
Some user would like to choose which of their many storage cards my app puts data on. IE internal vs external storage cards. I'd like to help them do this without screwing up. I don't think most users will be advanced enough to type in the linux path. GetExternalStorageDirectory will give you

Re: [android-developers] Find storage directories?

2011-03-30 Thread Mark Murphy
On Wed, Mar 30, 2011 at 1:39 PM, Nathan critter...@crittermap.com wrote: Some user would like to choose which of their many storage cards my app puts data on. IE internal vs external storage cards. I'd like to help them do this without screwing up. I don't think most users will be advanced