Skip to content

libxposed/api

Repository files navigation

libxposed API

API Maven Central Android Min SDK License

Modern Xposed Module API — a type-safe, redesigned replacement for the legacy XposedBridge API.

Integration

For Module Developers

dependencies {
    compileOnly("io.github.libxposed:api:102.0.0")
}

If minification is enabled, add these rules to the app's ProGuard/R8 configuration:

-dontwarn io.github.libxposed.annotation.**
-adaptresourcefilecontents META-INF/xposed/java_init.list
-keep,allowoptimization,allowobfuscation public class * extends io.github.libxposed.api.XposedModule {
    public <init>();
}

These rules keep module entry classes from being removed and rewrite META-INF/xposed/java_init.list when entry classes are obfuscated.

For Framework Developers

dependencies {
    implementation("io.github.libxposed:api:102.0.0")
}

Documentation

  • Guide — Getting started with the modern Xposed API
  • Javadoc — API reference

Related Projects

License

This project is licensed under the Apache License 2.0.

About

libxposed API

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages