Jellybean supports modules

This commit is contained in:
topjohnwu 2020-02-01 14:22:31 +08:00
parent c72d83b637
commit e864919c0b
1 changed files with 1 additions and 2 deletions

View File

@ -393,9 +393,8 @@ static bool magisk_env() {
VLOGI("link", MIRRMNT(system) "/product", MIRRMNT(product));
}
// Disable/remove magiskhide, resetprop, and modules
// Disable/remove magiskhide, resetprop
if (SDK_INT < 19) {
close(xopen(DISABLEFILE, O_RDONLY | O_CREAT | O_CLOEXEC, 0));
unlink("/sbin/resetprop");
unlink("/sbin/magiskhide");
}