I have an Android app that uses WebView.
I try to get all cookies with all their data, including their "path", "maximum age", the "hostOnly" flag and the "safe" flags (for example, in Google Chrome chrome.cookies.getAll () API extensions.)
CookieManager.getCookie () returns cookie name and value pairs.
Any idea how I can extract all the "raw data" of cookies?
android cookies webview
Arik
source share