HTC m8t 手机的文件目录读取出来了,但是里面的文件删除不了啊?这是什么情况。只这么说不能理解,请看图说!
1、请先看文件的路径:
2、请看我的代码及log日志:
正常情况应该删除了吧,可是文件始终删除不了,文件的这两个权限我也加了
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
Look at whether the return value of file.delete() is true or false
What is the value returned by file.canWrite()?
These codes work well on other mobile phones. Even on the Htc m8t model, the files cannot be deleted!