How to get full cookie data from Android WebView?

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?

+8
android cookies webview
source share

No one has answered this question yet.

See related questions:

3295
Why is the Android emulator so slow? How can we speed up Android emulator development?
2510
How to keep Android activity state by saving instance state?
1270
How to transfer data between actions in an Android application?
1201
How do I set / remove cookies using jQuery?
703
How to avoid reverse engineering an APK file?
672
How to get additional data from intent on Android?
76
Problem with Android Android WebView file
6
Get cookies from a website with a path and expiration date
2
Cookies do not work in iframes in Android Webview
2
Android WebView receives raw cookie information

All Articles