首页 设置页面
作为安卓自动跳过广告三部曲的第二部分,主要是实现系统截屏功能。继《Android Skip Ads Yolov5 Project》之后,下一步就是获取当前屏幕的截图,把截图传入分析引擎实现广告跳过按钮的识别,最后一步是按钮点击。本项目就是最后一步对应的安卓工程。
声明:
该项目代码,多数出自于github上公开的代码。对于这些代码直接进行了应用修改,并不是所有代码都是我自己写的。参考的代码主要来源雨参考连接的相关内容,包括但不限于这些链接。感谢各位的开源代码!!
相关文章:
http://h4ck.org.cn/2021/09/android-skip-ads-android-project/
http://h4ck.org.cn/2021/09/yolov5-android-tf-lite%e6%96%b9%e5%bc%8f%e9%9b%86%e6%88%90/
http://h4ck.org.cn/2021/09/yolov5-android-torchscript%e6%96%b9%e5%bc%8f%e9%9b%86%e6%88%90/
http://h4ck.org.cn/2021/09/android-skip-ads-yolov5-project/
本项目地址:
https://github.com/obaby/skip_ads_android
obaby@mars
参考链接:
https://blog.csdn.net/qq38499859/article/details/90523283
https://juejin.cn/post/6844903589127651335
https://stackoverflow.com/questions/2661536/how-to-programmatically-take-a-screenshot-on-android
https://github.com/goodbranch/ScreenCapture https://github.com/tyhjh/ScreenShot https://www.jianshu.com/p/8a428fb45098 https://github.com/BruceWind/AndroidScreenShot_SysApi https://www.jianshu.com/p/4ae89e1fb36a
部分代码引用自(感谢作者 LnJan):
https://github.com/LnJan/WechatLuckyMoneyGetter
79 forks.
234 stars.
10 open issues.
Recent commits:
https://github.com/DefTruth/lite.ai.toolkit/blob/main/docs/ort/ort_yolov5.zh.md
https://blog.csdn.net/santanan/article/details/113686650
https://zhuanlan.zhihu.com/p/361782496
https://pytorch.org/tutorials/recipes/mobile_interpreter.html
ncnn模式:
https://blog.csdn.net/liang_xiao_yun/article/details/112324991
https://blog.csdn.net/qq37874136/article/details/111361999
https://zhuanlan.zhihu.com/p/275989233
_https://blog.csdn.net/weixin_46502301/article/details/118395689
https://github.com/Tencent/ncnn/releases
获取安装app列表: https://github.com/PavitraSahu/GetAppList.git
☆文章版权声明☆
* 网站名称:obaby@mars
* 网址:https://h4ck.org.cn/
* 本文标题: 《Skip Ads Android Project》
* 本文链接:https://cloud.tencent.com/developer/article/2221020
* 转载文章请标明文章来源,原文标题以及原文链接。请遵从 《署名-非商业性使用-相同方式共享 2.5 中国大陆 (CC BY-NC-SA 2.5 CN) 》许可协议。
分享文章: