initAppContext
fun initAppContext(context: Context? = getCurrentApplicationContext(), injectModuleAssetPath: Boolean = false)
手动缓存当前进程的 application context。
若需要把模块资源路径注入到目标应用资源,请显式打开 injectModuleAssetPath。
手动缓存当前进程的 application context。
若需要把模块资源路径注入到目标应用资源,请显式打开 injectModuleAssetPath。