idisfkj / android-startup

🔥The Android Startup library provides a straightforward, performant way to initialize components at the application startup. Both library developers and app developers can use Android Startup to streamline startup sequences and explicitly set the order of initialization.
https://rousetime.com
Apache License 2.0
1.6k stars 158 forks source link

如何指定在多进程下初始化 #2

Closed cowoboy007 closed 4 years ago

cowoboy007 commented 4 years ago

只看了主线程和子线程的设置,怎么设置在多进程初始化SDk

idisfkj commented 4 years ago

对不起,目前还不支持~ 现在正在加入中,请关注之后的版本更新

idisfkj commented 4 years ago

只看了主线程和子线程的设置,怎么设置在多进程初始化SDk

多进程初始化方式已经支持,请将版本更新到 v1.0.4

同时v1.0.4还支持线程优先级设置

具体使用详情请查看 Sample