Skip to content

Commit f543c52

Browse files
committed
docs: 保留 Remote API 定位声明
1 parent 84ed7ab commit f543c52

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ NPatch Remote API 是给 Xposed 模块介面 使用的轻量级 Android SDK。
1313

1414
## 三条通道:不要混淆 `XposedInterface``XposedService`
1515

16+
NPatch Remote API 不是另一套 Xposed API,也不取代 libxposed。
17+
1618
`XposedInterface``XposedService` 属于不同进程、不同生命周期和不同业务。NPatch Remote API 不参与注入目标进程,也不提供 `XposedInterface`;它只为模块本体/设置 App 在 NPatch Local 模式下补充一个取得标准 `XposedService` 的入口。
1719

1820
| 通道 | 所在进程 | 用途 | 获取方式 |

README_EN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ NPatch Remote API is a lightweight Android SDK for the Xposed module settings UI
1313

1414
## Three channels: `XposedInterface` and `XposedService` are different
1515

16+
NPatch Remote API is not another Xposed API and does not replace libxposed.
17+
1618
`XposedInterface` and `XposedService` belong to different processes, lifecycles, and responsibilities. NPatch Remote API does not participate in target-process injection and does not provide `XposedInterface`; it only adds a module-app entry point for obtaining the standard `XposedService` contract in NPatch Local mode.
1719

1820
| Channel | Process | Purpose | Delivery |

0 commit comments

Comments
 (0)