Force app version not lower than daemon

This commit is contained in:
vvb2060
2022-06-09 12:23:49 +08:00
committed by John Wu
parent a250e2b56c
commit b9c93c66f6
3 changed files with 18 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ void reboot();
void start_log_daemon();
void setup_logfile(bool reset);
void magisk_logging();
std::string read_certificate(int fd);
std::string read_certificate(int fd, bool check_version = false);
// Module stuffs
void handle_modules();