How to I read and write a txt file from android 10 and above from internal storage

前端 未结 1 1357
情歌与酒
情歌与酒 2021-01-25 00:40

I\'ve been trying to create an app that reads a TXT file from downloads internal storage and puts it into an ArrayList and writes an excel sheet to downloads internal storage fr

相关标签:
1条回答
  • 2021-01-25 01:21

    use context.getExternalFilesDir() or context.getExternalCacheDir(),these also work in 10. See https://developer.android.com/training/data-storage

    0 讨论(0)
提交回复
热议问题