Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

通过修改AndroidManifest注册provider,注册application,进行低侵入式注册 #42

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lisabiya
Copy link

@lisabiya lisabiya commented Aug 7, 2020

添加InitProvider类和添加PathClassLoader实现
实现通过修改AndroidManifest注册provider,注册application,进行低侵入式注册

实现通过修改AndroidManifest注册provider,注册application,进行低侵入式注册
@tiann
Copy link
Member

tiann commented Aug 7, 2020

由于 Provider 注册时机的问题,这个方法可能导致很多方法 hook 不上。

@@ -286,13 +286,13 @@ public static ModuleLoadResult loadModule(final String moduleApkPath, String mod
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
}
}
```exposed-core/src/main/java/me/weishu/exposed/ExposedBridge.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants