rovo89 / XposedInstaller

3.88k stars 1.51k forks source link

update-binary' parameters #442

Open huangjk1225 opened 6 years ago

huangjk1225 commented 6 years ago

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