Copy files inside Android internal memory
问题 I am writing an Android application and I need to copy 2 files into the device' s internal storage. Currently I am able to run my application after manually copying these two files under the device' s "/data/data/[my_package_name]/files" folder using DDMS. I need to put these two files into that folder(or any folder) while my application is being installed on the device. The tip here says files within the "res/raw/" directory will be deployed to the device and will be accessible through