You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To enable cookies just add the below in the application onCreate method
//enable cookie
CookieManager cookieManager = new CookieManager();
CookieHandler.setDefault(cookieManager);
Cookie Manager
The text was updated successfully, but these errors were encountered: