I have file in Assets and I need to write this file to the Internal memory (not to the private part as a /data/data/mypackage/files, but to the memory I am able to see as a removable disk, when I am connected to PC). Is there any way how to achieve this? I don’t mean the method for file copy, but how to access my internal memory?
Share
Here is a discussion that answers this problem. I’m assuming that you want to copy your asset to the SD card.
How to copy files from 'assets' folder to sdcard?