1
0
mirror of https://github.com/topjohnwu/Magisk.git synced 2025-03-23 19:00:52 +00:00

Jellybean supports modules

This commit is contained in:
topjohnwu 2020-02-01 14:22:31 +08:00
parent c72d83b637
commit e864919c0b

@ -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");
}