Android currently only supports one "external" storage path, which should be to the primary storage. On a device with internal and external media storage, this is actually the internal storage (because that is the only one that is most guaranteed to be available). Sorry about the naming there.
On Mon, Oct 18, 2010 at 6:51 PM, Chris <[email protected]> wrote: > Hi All > > Now I need some information about SD card storage. I know that the API > Environment.getExternalStorageDirectory() can return SD card path. But > if an Android phone have some no-removal SD card, how do I get this > storage information. I think the removalable SD and no-removalable > should be at different path. > > Thank you a lot > > Chris > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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

