Fix dtbo detection

This commit is contained in:
topjohnwu 2018-01-10 20:41:55 +08:00
parent 1ab543cea1
commit 8e7b757efd

View File

@ -41,6 +41,7 @@ public class OnBootIntentService extends IntentService {
* */
MagiskManager mm = Utils.getMagiskManager(this);
mm.loadMagiskInfo();
mm.getDefaultInstallFlags();
if (Shell.rootAccess()) {
Utils.patchDTBO();
}