mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-24 18:45:28 +00:00
Fix dtbo detection
This commit is contained in:
parent
1ab543cea1
commit
8e7b757efd
@ -41,6 +41,7 @@ public class OnBootIntentService extends IntentService {
|
|||||||
* */
|
* */
|
||||||
MagiskManager mm = Utils.getMagiskManager(this);
|
MagiskManager mm = Utils.getMagiskManager(this);
|
||||||
mm.loadMagiskInfo();
|
mm.loadMagiskInfo();
|
||||||
|
mm.getDefaultInstallFlags();
|
||||||
if (Shell.rootAccess()) {
|
if (Shell.rootAccess()) {
|
||||||
Utils.patchDTBO();
|
Utils.patchDTBO();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user