mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-07-28 14:47:21 -07:00
Use a single prefix entry (e.g. "com.example:") to match all isolated processes of a package instead of listing each service individually. This avoids needing to reselect isolated processes after app updates. Also simplify the package-level toggle to always select all processes. Made-with: Cursor