• Jason A. Donenfeld's avatar
    Remove update file on boot · 9929e7d8
    Jason A. Donenfeld authored
    It's not important to check the return value of unlink(2) or even verify
    that the file exists. If this code is running, it means the system has
    rebooted, and thus the update file, if any, should be removed so that
    MagiskManager doesn't keep displaying the same message. We also handle
    this before we handle "disable" so that disabled modules don't keep
    requesting a reboot to update.
    9929e7d8
Name
Last commit
Last update
..
jni Loading commit data...
src/main Loading commit data...
.gitignore Loading commit data...
build.gradle Loading commit data...