I want to copy a pdf file from assets folder of my project to the folder where my project is installed, whether my project is installed on sdcard or internal memory.
i saw a solutions says to copy it from assets folder by AssetManager to /data/data/packageName
but does
/data/data/
means on internal and sdcard?
You should never hardcode pathes. Instead get your application's data folder like this: