Android - Where to save text files to?

前端 未结 4 933
野性不改
野性不改 2021-01-16 12:26

I\'m building an Android app with Adobe AIR that lets user import and export .txt files. What is the best folder to use as a default path to save the .txt files to?

4条回答
  •  旧时难觅i
    2021-01-16 13:04

    You can save the txt wherever you want. I would recommend you to try to save any file in the external memory, and if that fails, then into the phone memory.

提交回复
热议问题