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

Support for dynamically assign plugin's custom processes. #288

Merged
merged 2 commits into from
Aug 9, 2017
Merged

Support for dynamically assign plugin's custom processes. #288

merged 2 commits into from
Aug 9, 2017

Conversation

cundong
Copy link
Contributor

@cundong cundong commented Aug 9, 2017

插件中,如果存在自定义进程,如android:process=":process1",可以通过配置如下:

    `<meta-data
        android:name="process_map"
        android:value="[
        {'from':'com.qihoo360.replugin.sample.demo1:bg','to':'$p0'}
        ]" />`

来静态的映射到宿主的坑位进程中,如果开发者没有配置该meta-data,则支持自动映射至宿主。

@cundong cundong requested a review from erhu August 9, 2017 07:51
@erhu erhu merged commit 708b652 into Qihoo360:dev Aug 9, 2017
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