Hi, anyone knows, can Android CookieManager sync a...
# android
e
Hi, anyone knows, can Android CookieManager sync across two different Android Processes? I can't seems to get it work properly. More about it here. https://stackoverflow.com/questions/67108553/android-cookiemanager-setcookie-doesnt-sync-across-different-process
😶 2
i
why static?
e
Cookies are supposed to be shared consistently across the entire app, regardless of process.
i
I see static as one copy. It is already singleton
e
Event it is static, it is instantiated differently in different process. So there's different copy in different process unfortunately. 😞