标签: android android-5.0-lollipop android-permissions
我正在开发一个使用WRITE_EXTERNAL_STORAGE权限的应用程序,我使用此行删除sdcard中的文件:
WRITE_EXTERNAL_STORAGE
Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT_TREE);
当我使用此意图时,它会要求一次又一次地允许外部存储,但我不想这样做。