mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-25 23:47:24 +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));
|
VLOGI("link", MIRRMNT(system) "/product", MIRRMNT(product));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Disable/remove magiskhide, resetprop, and modules
|
// Disable/remove magiskhide, resetprop
|
||||||
if (SDK_INT < 19) {
|
if (SDK_INT < 19) {
|
||||||
close(xopen(DISABLEFILE, O_RDONLY | O_CREAT | O_CLOEXEC, 0));
|
|
||||||
unlink("/sbin/resetprop");
|
unlink("/sbin/resetprop");
|
||||||
unlink("/sbin/magiskhide");
|
unlink("/sbin/magiskhide");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user