I have a an app that uses cookies to give an authcode to inturn get a token for OAuth flow. I looked on the Android developer site and it says that CookieManager is used with WebView instances. Does that mean Chrome Custom Tabs can not use the CookieManager?
Thank you in advance.
James