On Sun, Apr 15, 2012 at 8:56 AM, digi owl <[email protected]> wrote:
> looking at the 3.2 platform API changes, it appears that Google wants > developers to access SD cards via either MeidaStore or the MTP API: > https://developer.android.com/sdk/android-3.2.html > > https://developer.android.com/reference/android/mtp/package-summary.html > > https://developer.android.com/reference/android/provider/MediaStore.html I don't know I'd include MTP in this, but yes for apps MediaStore allows you to query across whatever storage is being aggregated by the device. Note that for everything except the primary external storage partition, you should expect to only have write access to the files. -- 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

