Are the cookies kept persistent when we use this? Are the cookies still available even after the phone restarts? I am referring to this link: http://developer.android.com/reference/android/webkit/CookieSyncManager.html
Say we are using DefaultHttpClient, CookieSyncManager would know to grab the cookies or are there other commands then the ones in the link that we will still need to provoke? How do we get the cookies back?
According to Cookies & Webview – CookieSyncManager in Android! it seems that CookieSyncManager works with the android’s built webview:
So this is not something one would use if their app is not based on the webview.