orhanobut / hawk

✔️ Secure, simple key-value storage for Android
Apache License 2.0
3.98k stars 388 forks source link

Not updating value inside service #204

Open iamdeveloper-lopez opened 6 years ago

iamdeveloper-lopez commented 6 years ago

Im trying to save a value inside my application class and checking the value inside the background service but unfortunately it's not updating at all. Still using the old value that service got the first time accessing the Hawk.get() in sharedpreferences they are using this kind of context Context.MODE_MULTI_PROCESS, but unfortunately it's deprecated anymore. Maybe you can do better if you can apply a solution for this issue. Thanks.

orhanobut commented 6 years ago

Let me investigate this one. Sounds an interesting problem.

kkl260 commented 5 years ago

I'm having the same issue

Crystalcube commented 5 years ago

I'm having the same issue