How can I save settings for my xposed application so that those hook functions can get in real time? #2552
yingshaoxo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The only way is to save it into a json file, and let the hook function to read it everytime? https://api.xposed.info/reference/de/robv/android/xposed/services/package-summary.html
That would be very slow because it read disk every time.
Can I use configurations or redis like interface?
Can you guys provide a minimum example about this problem?
Beta Was this translation helpful? Give feedback.
All reactions