We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd174ea commit dd37577Copy full SHA for dd37577
PluginCore/src/main/java/com/plugin/core/manager/PluginManagerHelper.java
@@ -55,7 +55,7 @@ public static Collection<PluginDescriptor> getPlugins() {
55
56
public static PluginDescriptor getPluginDescriptorByPluginId(String pluginId) {
57
58
- if ("com.android.webview".equals(pluginId)) {
+ if (pluginId.startsWith("com.android.")) {
59
// 之所以有这判断, 是因为可能BinderProxyDelegate
60
// 或者AndroidAppIPackageManager
61
// 或者PluginBaseContextWrapper.createPackageContext
0 commit comments