``` init { handleExceptions { android.webkit.CookieManager.getInstance().setAcceptCookie(true) } } ``` The default value of setAcceptCookie is true. do we need to still set this? we are facing ANR in production for some device
The default value of setAcceptCookie is true. do we need to still set this? we are facing ANR in production for some device