rovo89 / XposedInstaller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update-binary' parameters

huangjk1225 opened this issue · comments

I find the following codes in FlashDirectly.java:
int result = rootUtil.execute(getShellPath(updateBinaryFile) + " 2 1 " + getShellPath(mZipPath), callback);
What do the parameters, "2 1", mean?
Looking forward to ur reply.
@rovo89