rosuH / AndroidFilePicker

FilePicker is a small and fast file selector library that is constantly evolving with the goal of rapid integration, high customization, and configurability~
https://afp.rosuh.me
MIT License
991 stars 87 forks source link

怎么少了最基本的Excel #150

Closed herdin723 closed 3 years ago

rosuH commented 3 years ago

指的是没有 icon 还是什么?

herdin723 commented 3 years ago

我是说缺少Exce类型的lFileType,哈哈

rosuH commented 3 years ago

😂,这个确实漏掉了。不过你可以自己实现一个 FileType 并注册进去即可。不是特别麻烦

REF: https://github.com/rosuH/AndroidFilePicker/wiki/5.-%E8%87%AA%E5%AE%9A%E4%B9%89%E6%96%87%E4%BB%B6%E7%B1%BB%E5%9E%8B-Custom-your-file-type

herdin723 commented 3 years ago

手机从Android10升级到Android11之后找不到了自定义的Excel类型(目录存在png,jpg,ts,log,json,txt,xls格式的文件。现象:verify方法只回调了png,jpg,ts格式的,而log,json,txt,xls等并没有回调)

rosuH commented 3 years ago

@herdin723 理论上升级不会对返回类型有所限制。我晚上看下