Skip to content

ReChronoRain/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.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 92.2%
  • AIDL 7.8%