My app downloads some multi-media files from a server when it\'s installed. I do this to save space on the size of the app. However, the drawback of this approach is that when t
from http://developer.android.com/guide/topics/data/data-storage.html#filesExternal "If you're using API Level 7 or lower, use getExternalStorageDirectory(), to open a File representing the root of the external storage. You should then write your data in the following directory:
/Android/data//files/
The