Let me start with what I desire:
I want to make an app which is part native and part webviews.
part native and part webviews
Problem - Maintai
Try to add this two lines anywhere you want. (Maybe if you extend Application class and add them on the onCreate() method would be better)
onCreate()
CookieManager cookieManager = new CookieManager(); CookieHandler.setDefault(cookieManager);