libxposed Service
June 13, 2026 · View on GitHub
Modern Xposed Service — communication interface between Xposed framework and module app.
Integration
For Module Developers
dependencies {
implementation("io.github.libxposed:service:102.0.0")
}
For Framework Developers
dependencies {
implementation("io.github.libxposed:interface:102.0.0")
}
Documentation
- Javadoc — API reference
Related Projects
- libxposed/api — Modern Xposed Module API
- libxposed/helper — Friendly development kit library
- libxposed/example — Example module using the modern Xposed API
License
This project is licensed under the Apache License 2.0.