mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-12 01:32:17 +00:00
Install stub if necessary
This commit is contained in:
@@ -86,9 +86,10 @@ void su_daemon_handler(int client, const sock_cred *cred);
|
||||
void zygisk_handler(int client, const sock_cred *cred);
|
||||
|
||||
// Package
|
||||
void preserve_stub_apk();
|
||||
bool need_pkg_refresh();
|
||||
std::vector<bool> get_app_no_list();
|
||||
int get_manager(int user_id = 0, std::string *pkg = nullptr);
|
||||
int get_manager(int user_id = 0, std::string *pkg = nullptr, bool install = false);
|
||||
|
||||
// Denylist
|
||||
void initialize_denylist();
|
||||
|
||||
Reference in New Issue
Block a user