mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-11 21:22:17 +00:00
Force app version not lower than daemon
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user