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 8eb62bf commit dbe5b1eCopy full SHA for dbe5b1e
PluginMain/src/com/example/pluginmain/PluginDetailActivity.java
@@ -114,7 +114,7 @@ public void onClick(View v) {
114
115
//test5是自由模式开发的
116
if (entry.getKey().equals("test5")) {
117
- PluginDispatcher.startRealActivity(PluginDetailActivity.this, entry.getKey());
+ PluginDispatcher.startRealActivityById(PluginDetailActivity.this, entry.getKey());
118
}
119
120
});
0 commit comments