mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-27 20:15:29 +00:00
Jellybean supports modules
This commit is contained in:
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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user