我想在 webview 中显示 Google Page
我已经使用了这些选项
mywebView.getSettings().setJavaScriptEnabled(true);
CookieManager.getInstance().setAcceptCookie(true);
CookieManager.getInstance().setAcceptThirdPartyCookies(mywebView, true);
但不是页面打开 Chrome 带有对话框的页面接受 cookie。如何在不显示接受 cookie 窗口的情况下自动强制接受 cookie,或者至少在不可能的情况下确保该窗口在 App 本身中打开?