Properly detect package changes

This commit is contained in:
topjohnwu
2024-01-28 00:42:43 -08:00
parent 930bb8687f
commit 308c9999fa
3 changed files with 15 additions and 11 deletions

View File

@@ -62,7 +62,6 @@ void su_daemon_handler(int client, const sock_cred *cred);
void zygisk_handler(int client, const sock_cred *cred);
// Package
extern std::atomic<ino_t> pkg_xml_ino;
void preserve_stub_apk();
void check_pkg_refresh();
std::vector<bool> get_app_no_list();