Android 7.1 Write to text file

后端 未结 2 1478
予麋鹿
予麋鹿 2021-01-16 20:27

Guys New to Nougat come from Jelly bean Trying to write to sdcard a text file I know I now have to request permissions but cant find any code that works

Tried the fo

2条回答
  •  深忆病人
    2021-01-16 20:36

    This is what you need: https://developer.android.com/training/articles/scoped-directory-access.html#accessing

    You have to ask the user to give the rights to access it.

提交回复
热议问题