How to persist webview cookies between app executions?
问题 It is possible to achieve this currently in Android? I only can find deprecated questions about old methods (CookieSynchManager) which not seems to work for this actually. It is possible to achieve it? can't find anything also on the android developers guide. Thank you 回答1: Having the same problem...I solved reading the doc here: https://developer.android.com/reference/android/webkit/CookieSyncManager For future readers: to force the Cookie sync process you can manually call the flush()