From d0fbd587354a6407fa595f42f6f0818b3b064f99 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Fri, 19 Aug 2022 20:56:43 +0800 Subject: [PATCH] Fix a keyword misspell in YukiHookAPI.Configs --- docs/api/public/YukiHookAPI.md | 2 +- .../src/api/kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/public/YukiHookAPI.md b/docs/api/public/YukiHookAPI.md index 755ecd34..48ce1dca 100644 --- a/docs/api/public/YukiHookAPI.md +++ b/docs/api/public/YukiHookAPI.md @@ -318,7 +318,7 @@ var isEnableHookSharedPreferences: Boolean > 是否启用 Hook `SharedPreferences`。 -启用后将在模块启动时强制将 `SharedPreferences` 文件权限调整为 `Context.MODE_WORLD_READABLE` (0644)。 +启用后将在模块启动时强制将 `SharedPreferences` 文件权限调整为 `Context.MODE_WORLD_READABLE` (0664)。 !> 这是一个可选的实验性功能,此功能默认不启用。 diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt index f8152be1..8c365091 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt @@ -225,7 +225,7 @@ object YukiHookAPI { /** * 是否启用 Hook [SharedPreferences] * - * 启用后将在模块启动时强制将 [SharedPreferences] 文件权限调整为 [Context.MODE_WORLD_READABLE] (0644) + * 启用后将在模块启动时强制将 [SharedPreferences] 文件权限调整为 [Context.MODE_WORLD_READABLE] (0664) * * - ❗这是一个可选的实验性功能 - 此功能默认不启用 *