Writing using XSharedPreferences #2910
Closed
ItsMadruga
started this conversation in
New Release
Replies: 1 comment 2 replies
-
It's expected to be read only. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I liked that you fixed the XSharedPreferences reading problems, but I was developing my module, and I hit a wall, I needed to make it save a boolean in the sharedPref, I tried using
edit()
as it is common in SharedPreferences, but it only returned a errorread-only implementation
, I looked at the Xposed API and read that it only supported reading and not writing, could you make this possible? ;)Beta Was this translation helpful? Give feedback.
All reactions