orhanobut / hawk

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

sharing #201

Closed wuxinxi closed 6 years ago

wuxinxi commented 7 years ago

Can cross application data sharing be achieved?

orhanobut commented 6 years ago

This could be done by using a custom storage which can use content provider, but out of box, Hawk doesn't support that.