From a0db8dd11800d8a3941d631cb4eff90272ebf848 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Fri, 30 Dec 2022 01:45:20 +0800 Subject: [PATCH] Update api-exception documentation --- docs-source/src/en/config/api-exception.md | 18 ++++++++++++++++++ docs-source/src/zh-cn/config/api-exception.md | 16 ++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/docs-source/src/en/config/api-exception.md b/docs-source/src/en/config/api-exception.md index 1a3de7c0..6c3add51 100644 --- a/docs-source/src/en/config/api-exception.md +++ b/docs-source/src/en/config/api-exception.md @@ -899,6 +899,24 @@ If you must obtain the resources of the Module App itself, please use it directl ::: danger loggerE +Activity Proxy only support for Android 7.0 (API 24) or higher + +::: + +**Abnormal** + +Use `registerModuleAppActivities` in the (Xposed) Host environment but the current system version does not meet the minimum requirements of Android 7.0 (API 24). + +**Solution** + +Activity Proxy only supports systems higher than or equal to Android 7.0 (API 24). + +Please try to upgrade your system or make requirements for the minimum api version compatibility of the Module App, for example, set the minimum api to 24. + +###### exception + +::: danger loggerE + An exception occurred during AppLifecycle event ::: diff --git a/docs-source/src/zh-cn/config/api-exception.md b/docs-source/src/zh-cn/config/api-exception.md index 49d3e242..09bef1b0 100644 --- a/docs-source/src/zh-cn/config/api-exception.md +++ b/docs-source/src/zh-cn/config/api-exception.md @@ -856,6 +856,22 @@ You cannot register Activity Proxy into yourself ::: danger loggerE +Activity Proxy only support for Android 7.0 (API 24) or higher + +::: + +**异常原因** + +在 (Xposed) 宿主环境 (模块自身的 Xposed 环境) 中使用 `registerModuleAppActivities` 但是当前系统版本不满足 Android 7.0 (API 24) 最低要求。 + +**解决方案** + +Activity Proxy 仅支持高于或等于 Android 7.0 (API 24) 的系统,请尝试升级你的系统或对模块 APP 最低系统版本兼容性做出要求,例如设置 Min API 为 24。 + +###### exception + +::: danger loggerE + An exception occurred during AppLifecycle event :::