Does Cookiesyncmanager Need A Valid Instance Of Webview?
I have a somewhat unusual situation in my app in which I cannot instantiate WebView in onCreate() but rather only later on in a callback (not even on the same thread). As a result,
Solution 1:
Well, You can call CookieSyncManager before creating a WebView object, but then your WebView object's cookies will not be saved either.
Post a Comment for "Does Cookiesyncmanager Need A Valid Instance Of Webview?"