Android application download on SD card
Can Android application request to download on SD card in android 2.1 and lower开发者_如何学C. Also I want to know if the application can request some folders that contain videos to download on the sd card ? and how to do that ?
Thanks in advance.
Take a look at the external storage information in the Google documentation. It provides some good code examples and descriptions.
http://d.android.com/guide/topics/data/data-storage.html#filesExternal
精彩评论