906b4aad9e
Introduce a new communication method between Magisk and Magisk Manager. Magisk used to hardcode classnames and send broadcast/start activities to specific components. This new method makes no assumption of any class names, so Magisk Manager can easily be fully obfuscated. In addition, the new method connects Magisk and Magisk Manager with random abstract Linux sockets instead of socket files in filesystems, bypassing file system complexities (selinux, permissions and such) |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
build.gradle | ||
proguard-rules.pro | ||
README.md |
Magisk Manager
This repo is no longer an independent component. It is merged into the Magisk Project.
Translations
The default (English) strings are mainly in src/full/res/values/strings.xml
; some are scattered in src/main/res/values/strings.xml
and src/stub/res/values/strings.xml
.
Translations are highly appreciated via pull requests here on Github.
Place translated XMLs in the corresponding locale folder.