kernel: Remove the ksu_ prefix from the dynamic manager signature.

This commit is contained in:
ShirkNeko
2025-08-25 20:17:55 +08:00
parent e41fa8ef62
commit e81989302f
5 changed files with 14 additions and 14 deletions

View File

@@ -378,7 +378,7 @@ bool is_manager_apk(char *path)
return check_v2_signature(path, false, NULL);
}
bool ksu_is_dynamic_manager_apk(char *path, int *signature_index)
bool is_dynamic_manager_apk(char *path, int *signature_index)
{
return check_v2_signature(path, true, signature_index);
}