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

支持startActvity直接调起插件Activity和应用上下文 #107

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

Anjon-github
Copy link

1.add DLApplicationContext is used to single instance for plugin apk
2.add DLPackageManager is used to acquire androidmanifest data for plugin
apk
3.modify ProxyActivity startActivity method to adapter to plugin apk and normal apk
4.fix SoLibManager close zipfile bug
5.add some method on BasePluginActivity to adapter to plugin apk

plugin apk
2.add DLPackageManager is used to acquire androidmanifest data for plugin
apk
3.modify ProxyActivity startActivity method to adapter to plugin apk and normal apk
4.fix SoLibManager close zipfile bug
5.add some method on BasePluginActivity to adapter to plugin apk
* 插件app的application上下文
* 主要用在单例中对applicaiton上下文的使用
*/
public class DLApplicationContext extends ContextWrapper {
Copy link
Owner

Choose a reason for hiding this comment

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

很好的想法和实现,但是目前已经有很多更加优秀的新框架出现了,dl框架不再接受pr了。

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.

2 participants