rosuH

Results 28 comments of rosuH

参考下: - https://github.com/rosuH/AndroidFilePicker/issues/146 - https://github.com/rosuH/AndroidFilePicker/issues/172

即便是 SAF,也无法访问 `Android/data`。这个你自己可以尝试一下。而如果仅仅只是读取文件的话,直接申请 `READ_EXTERNAL_STORAGE` 也可以满足需求。SAF 选取文件夹的操作是用户可感知的,并且已经有 `DocumentsProvider ` 实现者来提供 UI,那么这个库本身的意义就不大了。 有问题欢迎讨论。

可以的。因为一开始没做且也暴露了足够的接口给调用者,所以就一直没有去实现😂

文件头识别也有一个问题,需要遍历进行文件 I/O,性能方面可能会有问题。所以倾向于给业务去实现。

目前不支持,如果你的需求紧急的话,可以参考修改以下代码: https://github.com/rosuH/AndroidFilePicker/blob/f25d4d87bda0d6bf694d57efd2aff3306dba2c9f/filepicker/src/main/java/me/rosuh/filepicker/utils/FileUtils.kt#L27-L43 以及这位用户提供的解决方案:https://github.com/rosuH/AndroidFilePicker/issues/56 我会在近期看下能否加入特性。感谢反馈~

@woaiwojiabinge 你可以尝试 `setCustomRootPath` 方法,把外置 SD 卡的路径传进去。这样子应该可以支持单根目录的显示。

Thank you for your contribution. Those features are awesome! 👍 I will consider adding these features as appropriate. Thanks again! ❤️

I'm sorry to be so late in responding to you. If I understand you correctly, you mean that you want EasyWatermark to provide a feature to watermark only a specific...

Ok, I have understood. It looks like you need a black mask feature in order to completely cover the original information of the photo, yes?