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

前端 未结 5 857
深忆病人
深忆病人 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:36

    You can probably hide your file in the sdcard by prefixing it with a dot (ex: .myfile)

提交回复
热议问题