mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-22 16:07:39 +00:00
e94d65b4b2
It's very easy to wait for property change both in Java and C++, but it's not the case in shell script. With this patch, developers can now easily to wait for property change, just like what we have in `.rc` files, and to wait for boot complete.
Magisk Documentation
The following sections are for developers
- Building and Developing Magisk (for developing Magisk itself)
- Developer Guides (for developers using Magisk)
- Magisk Tools
- Internal Details
- Android Booting Shenanigans