OkHttpClient client = new OkHttpClient();
CookieManager cookieManager = new CookieManager();
cookieManager.setCookiePolicy(CookiePolicy.ACCEPT_ALL);
throws "CookieManager is abstract, cannot be instantiated"
I'm importing android.webkit.CookieManager and everything seems fine from the documentation side.