didikee

Results 5 comments of didikee

> 你只能自己拦截特定的广告链接,这个没办法屏蔽 还是根据最通用的host屏蔽,或者是兼容现有的屏蔽模式。比如兼容adblock plus的规则等等。 可以单独加入一个开关来让用户选择开启或者关闭等。 主要是现在浏览器几乎必备广告屏蔽,所以觉得这应该是一个刚性需求,希望能有解决方案。

暂时没法做到的。微信分享如果需要回调需要集成微信分享SDK,这个其实本质只是二维码转账,没法做到回调。

> 你试过在Android 10上运行吗 没有,因为无法测试. /** * Absolute filesystem path to the media item on disk. * * Note that apps may not have filesystem permissions to directly access * this...

还是建议把依赖转为androidx的jetpack 组件吧。 现在的项目已经开始kotlin了,本库还在用support库有点过于老旧了

// https://mvnrepository.com/artifact/com.github.yalantis/ucrop // https://mvnrepository.com/artifact/com.github.yalantis/ucrop/2.2.11 `implementation("com.github.yalantis:ucrop:2.2.11")` Please use `com.github.yalantis:ucrop:2.2.11` instead of `com.github.yalantis:uCrop:2.2.11`