Modern Xposed Service — communication interface between Xposed framework and module app.
dependencies {
implementation("io.github.libxposed:service:101.0.0")
}dependencies {
implementation("io.github.libxposed:interface:101.0.0")
}- Javadoc — API reference
- libxposed/api — Modern Xposed Module API
- libxposed/helper — Friendly development kit library
- libxposed/example — Example module using the modern Xposed API
This project is licensed under the Apache License 2.0.