Class android.webkit.CookieManager
Changed from non-abstract to abstract.
Added Constructors | |
---|---|
CookieManager () |
Changed Methods | ||
---|---|---|
boolean acceptCookie () |
Changed from non-abstract to abstract. | |
boolean acceptThirdPartyCookies (WebView ) |
Changed from non-abstract to abstract. | |
void flush () |
Changed from non-abstract to abstract. | |
String getCookie (String ) |
Changed from non-abstract to abstract. | |
boolean hasCookies () |
Changed from non-abstract to abstract. | |
void removeAllCookie () |
Changed from non-abstract to abstract. | |
void removeAllCookies (ValueCallback<Boolean> ) |
Changed from non-abstract to abstract. | |
void removeExpiredCookie () |
Changed from non-abstract to abstract. | |
void removeSessionCookie () |
Changed from non-abstract to abstract. | |
void removeSessionCookies (ValueCallback<Boolean> ) |
Changed from non-abstract to abstract. | |
void setAcceptCookie (boolean ) |
Changed from non-abstract to abstract. | |
void setAcceptThirdPartyCookies (WebView, |
Changed from non-abstract to abstract. | |
void setCookie (String, |
Changed from non-abstract to abstract. | |
void setCookie (String, |
Changed from non-abstract to abstract. |