[android-developers] Re: getExternalFilesDir(null)

2013-03-03 Thread dashman
in file explorer, i see a path to /storage/sdcard1 but there doesn't seem to be an api to access it. especially with the data/my-package/files setup -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: getExternalFilesDir(null)

2013-03-03 Thread TreKing
On Sun, Mar 3, 2013 at 4:21 PM, dashman erjdri...@gmail.com wrote: in file explorer, i see a path to /storage/sdcard1 but there doesn't seem to be an api to access it. Correct. There is only internal and external, where the latter is not necessarily actually physically an external SD card.

Re: [android-developers] Re: getExternalFilesDir(null)

2013-03-03 Thread Manish Srivas
Environment.getExternalStorageDirectory() it gives you sdcard access -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Re: getExternalFilesDir(null)

2013-03-03 Thread TreKing
On Sun, Mar 3, 2013 at 11:01 PM, Manish Srivas manish.sri...@adisoftin.comwrote: Environment.getExternalStorageDirectory() it gives you sdcard access No. Just ... no. - TreKing