We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
大神,问一下,我研究了源码后,想要实现一个功能,就是收到图片,视频可以实现自动下载,而不用每次都要点击查看原图,或视频点击之后才下载。可是实在是愚笨,找不到实现的入口,hook了几个方法,发现都不是。能不能指点一二,谢谢!!
The text was updated successfully, but these errors were encountered:
你可以在捕获到图片/视频/文件后去打开对应的activity来下载文件,下载完成后的信息会储存在WXFileIndex2这个表里,对应应该打开哪个activity你可以监听oncreate方法,获取对应的类名称和参数内容,hook过后把对应的参数传进去,先测试能否正常打开加载,成功后监听其oncreate,然后手动finish掉,实现自动下载
Sorry, something went wrong.
No branches or pull requests
大神,问一下,我研究了源码后,想要实现一个功能,就是收到图片,视频可以实现自动下载,而不用每次都要点击查看原图,或视频点击之后才下载。可是实在是愚笨,找不到实现的入口,hook了几个方法,发现都不是。能不能指点一二,谢谢!!
The text was updated successfully, but these errors were encountered: