Commit b178aa51 authored by Administrator's avatar Administrator

先决条件

parent df9f694b
Pipeline #1412 failed with stages
......@@ -2,7 +2,11 @@
这是Ratel(平头哥)的XposedBridge代码模块,剥离自Ratel整体工程,以git父子module进行关联。
本模块的主要功能是在RatelApi上层实现XposedBridge,由此可以做到兼容市面上的Xposed模块,这和[太极](https://taichi.cool/)]的做法非常类似,
和太极一样,这种XposedApi无法完全兼容Xposed,特别是指唉Embed模式下
和太极一样,这种XposedApi无法完全兼容Xposed,特别是在Embed模式下
# 先决条件
请注意,本项目是基于RatelApi提供的扩展,所以在本项目初始化之前,必须先完成RatelApi的初始化,见:
http://git.virjar.com/ratel/ratelapi
# 外部工程通过git submodule依赖本项目的方法
......@@ -49,3 +53,4 @@ dependencies {
api ':base-lib-xposed-bridge'
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment