Android - Saving file to internal memory -


i have file in assets , need write file internal memory (not private part /data/data/mypackage/files, memory able see removable disk, when connected pc). there way how achieve this? don't mean method file copy, how access internal memory?

here discussion answers problem. i'm assuming want copy asset sd card.

how copy files 'assets' folder sdcard?


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -