Marswin / MarsDaemon

A lite library, you can make your project depend it easily, and your project will be UNDEAD (contains api from 9 to 23, lol).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

attachBaseContext 里面方法的执行顺序问题?

liyanlei666 opened this issue · comments

大神 您好!
我在使用你的库,请问在 attachBaseContext 方法里面拆分dex ,是应该先于 守护进程调用么?

eg:
@OverRide
protected void attachBaseContext(Context base) {
super.attachBaseContext(base);
DaemonUtils.start(base);
MultiDex.install(this);
}