Skip to content

MALTF/XposedBridgeAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XposedBridgeAPI

The Java part of the Xposed framework.

Quick Start

// https://mvnrepository.com/artifact/de.robv.android.xposed/api
implementation 'de.robv.android.xposed:api:82'

The latest version introduced 参考build.gradle.kts(:core)

api(project(":api"))
implementation(libs.commons.lang3)
implementation(projects.hiddenapi.bridge)
compileOnly(projects.hiddenapi.stubs)

参考资料

Welcome to the Javadoc reference of the Xposed Framework API.

License

如果您发现本项目有侵犯您的知识产权,请与我取得联系,我会及时修改或删除。

About

The Java part of the Xposed framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published