leonHua / LFilePicker

Android 检索手机目录方式的文件选择器,轻量且界面友好,定制性高。This is a lightweight file selector, it can select files by retrieve phone directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Q下无法正常使用了。

LaoXiZi opened this issue · comments

Android Q下无法正常使用了,大佬啥时候适配Android10。

请问兄弟已经解决这个问题了吗?

已放弃。

这是因为Q版本下的文件权限又更新了,可以在Manifest文件中的 application 项中 加入 android:requestLegacyExternalStorage="true"

这是因为Q版本下的文件权限又更新了,可以在Manifest文件中的 application 项中 加入 android:requestLegacyExternalStorage="true"

可以使用,感谢

android:requestLegacyExternalStorage="true"是权宜之计,Android 11也会不生效。