Skip to content

libxposed/service

Repository files navigation

libxposed Service

API Maven Central Android Min SDK License

Modern Xposed Service — communication interface between Xposed framework and module app.

Integration

For Module Developers

dependencies {
    implementation("io.github.libxposed:service:101.0.0")
}

For Framework Developers

dependencies {
    implementation("io.github.libxposed:interface:101.0.0")
}

Documentation

Related Projects

License

This project is licensed under the Apache License 2.0.