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 dbe5b1e commit 07aa085Copy full SHA for 07aa085
PluginTest/src/com/example/plugintest/activity/PluginNotInManifestActivity.java
@@ -89,6 +89,9 @@ public void onClick(View v) {
89
}
90
91
92
+ /**
93
+ * 如果不用代理activity,而是要拥有完整生命周期,需重写如下方法
94
+ */
95
@Override
96
protected void attachBaseContext(Context newBase) {
97
super.attachBaseContext(PluginLoader.getDefaultPluginContext(PluginNotInManifestActivity.class));
0 commit comments