HighCapable / YukiHookAPI

⛱️ An efficient Hook API and Xposed Module solution built in Kotlin.
https://highcapable.github.io/YukiHookAPI/
Apache License 2.0
1.42k stars 105 forks source link

关于SharedPreferences读取问题 #88

Closed ucxl closed 1 month ago

ucxl commented 1 month ago

我在模块应用里自定义了一个SharedPreferences context.getSharedPreferences("conf", Context.MODE_WORLD_READABLE); 然后我在hook用prefs("conf").get(PrefsData("test", false))读取不到变化的值,不知道为什么

如果在AndroidManifest.xml加上下面的就可以读取 meta-data android:name="xposedsharedprefs" android:value="true"

fankes commented 1 month ago

https://highcapable.github.io/YukiHookAPI/zh-cn/api/special-features/xposed-storage https://highcapable.github.io/YukiHookAPI/zh-cn/api/public/com/highcapable/yukihookapi/hook/xposed/prefs/YukiHookPrefsBridge

请阅读文档。