Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome Custom Tabs CookieManager

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

like image 287
James ONeal Avatar asked Apr 19 '16 20:04

James ONeal


People also ask

How do I disable Chrome custom Tabs?

Open Google application or do a search, click the hamburger in the top left and go into Settings. Go into Accounts and privacy. Turn off 'open web pages in app'. This appears to turn off chrome custom tabs.


1 Answers

Thats right, Chrome Custom Tabs uses Chrome's cookie store, and currently it's not possible to read or write cookies from the client application.

like image 67
andreban Avatar answered Nov 06 '22 09:11

andreban