mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-24 10:35:26 +00:00
9bb2243b56
95%+ of existing modules enables auto mount (obviously). Switching auto mount to opt-out makes more sense than opt-in as in previous module format. The file 'auto_mount' will be ignored, and the file 'skip_mount' will be checked to toggle the mounting behavior. After scanning through the current Magisk Module Repo modules, no modules are using custom bind mounting; all modules with auto mount disabled have empty system folder, which means this change will not affect any existing module. |
||
---|---|---|
.. | ||
core | ||
external | ||
include | ||
magiskboot | ||
magiskhide | ||
magiskpolicy | ||
resetprop | ||
su | ||
systemproperties | ||
utils | ||
Android.mk | ||
Application.mk |