I'm looking for a way to retrieve a cookie saved by a Chrome Custom Tabs. I tried to use the CookieManager
but the result is always null.
Here's my code :
CookieManager.getInstance().getCookie(url); // return null
url
value is correctly url encoded and exactly the same url which launch my Chrome Custom Tabs.