mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-25 02:57:38 +00:00
Xorok
2f1de25747
Fix color of LogFragment menu items when using dark theme
I set the color directly in the ic_*.xml files instead of using android:iconTint in menu_log.xml (as seen in fragment_magisk.xml) because iconTint is API26+.
Magisk Manager
This is one of the submodules used in Magisk. The project is licensed under GPL v3 (or newer). More info are written in the Magisk Main Repo
Building Notes
You need to install CMake and NDK to build the zipadjust library.
There are several files required to let Magisk Manager work properly, and they can be copied by using the build script in the Magisk Main Repo. These files are: magisk_uninstaller.sh
, util_functions.sh
, public.certificate.x509.pem
, and private.key.pk8
under the app/src/main/assets
folder.
Languages
C++
36.6%
Kotlin
30.4%
Rust
16.4%
Java
9%
Shell
4.9%
Other
2.6%