Loading api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -36617,7 +36617,7 @@ package android.webkit { public class CookieManager { method public synchronized boolean acceptCookie(); method public synchronized boolean acceptThirdPartyCookies(android.webkit.WebView); method public boolean acceptThirdPartyCookies(android.webkit.WebView); method public static boolean allowFileSchemeCookies(); method public void flush(); method public java.lang.String getCookie(java.lang.String); core/java/android/webkit/CookieManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ public class CookieManager { * @param webview the {@link WebView} instance to get the cookie policy for * @return true if the {@link WebView} accepts third party cookies */ public synchronized boolean acceptThirdPartyCookies(WebView webview) { public boolean acceptThirdPartyCookies(WebView webview) { throw new MustOverrideException(); } Loading Loading
api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -36617,7 +36617,7 @@ package android.webkit { public class CookieManager { method public synchronized boolean acceptCookie(); method public synchronized boolean acceptThirdPartyCookies(android.webkit.WebView); method public boolean acceptThirdPartyCookies(android.webkit.WebView); method public static boolean allowFileSchemeCookies(); method public void flush(); method public java.lang.String getCookie(java.lang.String);
core/java/android/webkit/CookieManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ public class CookieManager { * @param webview the {@link WebView} instance to get the cookie policy for * @return true if the {@link WebView} accepts third party cookies */ public synchronized boolean acceptThirdPartyCookies(WebView webview) { public boolean acceptThirdPartyCookies(WebView webview) { throw new MustOverrideException(); } Loading