Loading core/java/android/webkit/CookieManager.java +1 −4 Original line number Diff line number Diff line Loading @@ -31,10 +31,7 @@ public abstract class CookieManager { } /** * Gets the singleton CookieManager instance. If this method is used * before the application instantiates a {@link WebView} instance, * {@link CookieSyncManager#createInstance CookieSyncManager.createInstance(Context)} * must be called first. * Gets the singleton CookieManager instance. * * @return the singleton CookieManager instance */ Loading Loading
core/java/android/webkit/CookieManager.java +1 −4 Original line number Diff line number Diff line Loading @@ -31,10 +31,7 @@ public abstract class CookieManager { } /** * Gets the singleton CookieManager instance. If this method is used * before the application instantiates a {@link WebView} instance, * {@link CookieSyncManager#createInstance CookieSyncManager.createInstance(Context)} * must be called first. * Gets the singleton CookieManager instance. * * @return the singleton CookieManager instance */ Loading