mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 21:27:41 +02:00
Temporary disable module bootloop prevention
Some devices don't like it, need further tests before pushing to production
This commit is contained in:
@ -14,9 +14,11 @@ const char magiskrc[] =
|
||||
" rm "UNBLOCKFILE"\n"
|
||||
"\n"
|
||||
|
||||
#if 0
|
||||
"on property:sys.boot_completed=1\n"
|
||||
" start magisk_bc\n"
|
||||
"\n"
|
||||
#endif
|
||||
|
||||
// Services
|
||||
|
||||
|
Reference in New Issue
Block a user