mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 05:07:45 +02:00
Allow modules to have custom uninstaller script
This commit is contained in:
@ -69,6 +69,7 @@ void boot_complete(int client);
|
||||
* Scripting *
|
||||
*************/
|
||||
|
||||
void exec_script(const char *script);
|
||||
void exec_common_script(const char *stage);
|
||||
void exec_module_script(const char *stage, const std::vector<std::string> &module_list);
|
||||
void migrate_img(const char *img);
|
||||
|
Reference in New Issue
Block a user