You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Module App's Resources have been injected automatically
212
+
// You can directly use xml to load the layout
213
+
setContentView(R. layout. activity_main)
214
+
}
215
+
}
216
+
```
217
+
196
218
::: tip
197
219
198
220
For more functions, please refer to the [Context.registerModuleAppActivities](../public/com/highcapable/yukihookapi/hook/factory/YukiHookFactory#context-registermoduleappactivities-ext-method) method.
0 commit comments