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
1.插件中有content-provider,该插件自己调自己的content-provider,query好用,update不能用,insert和delete没试。
2.插件A中有content-provider,插件B去调插件A的content-provider。没有一点效果,调不通。
3.插件中有content-provider,宿主去调插件的content-provider。没有一点效果,调不通。
4.宿主中有content-provider,插件去调宿主的content-provider,query好用,update不能用,insert和delete没试。
必现!望解决!
replugin-host-lib/gradle Version:2.2.0 rePlugin-plugin-lib/gradle Version:2.2.0
Android API Version:25 Android 手机型号&ROM(Phone model & ROM): 5.1.1
The text was updated successfully, but these errors were encountered:
插件名称是什么?
Sorry, something went wrong.
反编译插件包,看看resolver有没有替换成replugin的方法。
@CSDgod 插件内update不起作用解决了没?遇到同样的问题
再补充一个,外部应用无法调用plugin的contentprovider,目前想到的解决方法是外部调用host的contentprovider,然后再通过aidl互相回调。。。
No branches or pull requests
问题详细描述 Detailed description of the problem
1.插件中有content-provider,该插件自己调自己的content-provider,query好用,update不能用,insert和delete没试。
2.插件A中有content-provider,插件B去调插件A的content-provider。没有一点效果,调不通。
3.插件中有content-provider,宿主去调插件的content-provider。没有一点效果,调不通。
4.宿主中有content-provider,插件去调宿主的content-provider,query好用,update不能用,insert和delete没试。
复现问题步骤 Steps to reproduce the problem
必现!望解决!
其它重要信息 Other important information
replugin-host-lib/gradle Version:2.2.0
rePlugin-plugin-lib/gradle Version:2.2.0
Android API Version:25
Android 手机型号&ROM(Phone model & ROM): 5.1.1
Logcat上下文 Logcat context
The text was updated successfully, but these errors were encountered: