how can I copy files to the file system of android?

前端 未结 5 837
深忆病人
深忆病人 2021-02-10 06:05

How can I copy files to the file system (place) in android? How can I access it?

5条回答
  •  孤独总比滥情好
    2021-02-10 06:18

    You can use:

    Environment.getExternalStorageDirectory()
    

    That will give you /sdcard if your device has an sdcard, or something different in other cases. For example the Archos.

提交回复
热议问题