Android - Where to save text files to?

前端 未结 4 928
野性不改
野性不改 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条回答
  •  温柔的废话
    2021-01-16 12:43

    best path would be /data/data/your packagename/files/somefile.txt

    This location is private to particular app.

提交回复
热议问题