mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Update demo
This commit is contained in:
@@ -80,7 +80,7 @@ class HookEntry : IYukiHookXposedInit {
|
||||
// 功能启用后 - 将会在宿主启动时自动 Hook [YukiHookModuleStatus]
|
||||
isEnableHookModuleStatus = true
|
||||
// 是否启用 Hook [SharedPreferences]
|
||||
// 启用后将在模块启动时强制将 [SharedPreferences] 文件权限调整为 [Context.MODE_WORLD_READABLE] (0644)
|
||||
// 启用后将在模块启动时强制将 [SharedPreferences] 文件权限调整为 [Context.MODE_WORLD_READABLE] (0664)
|
||||
// 这是一个可选的实验性功能 - 此功能默认不启用
|
||||
// 仅用于修复某些系统可能会出现在启用了 New XSharedPreferences 后依然出现文件权限错误问题 - 若你能正常使用 [YukiHookModulePrefs] 就不建议启用此功能
|
||||
isEnableHookSharedPreferences = false
|
||||
|
Reference in New Issue
Block a user