using MODE_WORLD_READABLE
for accessiblity service
#213
Unanswered
farfromrefug
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My Lsposed module comes with an AccessibilityService. I am trying to use shared preferences between the module, the accessibility service and the settings activity.
It works for the settings activity and the module but the accessibility service crashes with
Caused by: java.lang.SecurityException: MODE_WORLD_READABLE no longer supported
Does anyone knows a workaround?
Beta Was this translation helpful? Give feedback.
All reactions