Skip to content

Commit 160856e

Browse files
committed
Update demo
1 parent 21970d1 commit 160856e

File tree

1 file changed

+0
-7
lines changed
  • demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/hook

1 file changed

+0
-7
lines changed

demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/hook/HookEntry.kt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,6 @@ object HookEntry : IYukiHookXposedInit {
103103
// 是否开启调试模式
104104
// 请注意 - 若作为发布版本请务必关闭调试功能防止对用户设备造成大量日志填充
105105
isDebug = true
106-
// Whether to enable the key-value cache function of [YukiHookPrefsBridge]
107-
// If there is no frequent interaction data with the Module App, it is recommended to enable it before the Host App restarts
108-
// If you need real-time interactive data, it is recommended to close or configure dynamically from [YukiHookPrefsBridge]
109-
// 是否启用 [YukiHookPrefsBridge] 的键值缓存功能
110-
// 若无和模块频繁交互数据在宿主重新启动之前建议开启
111-
// 若需要实时交互数据建议关闭或从 [YukiHookPrefsBridge] 中进行动态配置
112-
isEnablePrefsBridgeCache = true
113106
// Whether to enable the current Xposed Module's own [Resources] cache function
114107
// Under normal circumstances, the resources of the Module App will not change
115108
// But in the case of locale changes, screen size changes. Etc. you need to refresh the cache

0 commit comments

Comments
 (0)