diff --git a/core/java/android/webkit/CookieManager.java b/core/java/android/webkit/CookieManager.java index 30c713e814c0b..2b75d83a8da08 100644 --- a/core/java/android/webkit/CookieManager.java +++ b/core/java/android/webkit/CookieManager.java @@ -37,8 +37,8 @@ public class CookieManager { /** * Gets the singleton CookieManager instance. If this method is used * before the application instantiates a {@link WebView} instance, - * {@link CookieSyncManager#createInstance(Context)} must be called - * first. + * {@link CookieSyncManager#createInstance CookieSyncManager.createInstance(Context)} + * must be called first. * * @return the singleton CookieManager instance */ diff --git a/core/java/android/webkit/WebView.java b/core/java/android/webkit/WebView.java index 63a79e46706d0..a5420bbe7ba7a 100644 --- a/core/java/android/webkit/WebView.java +++ b/core/java/android/webkit/WebView.java @@ -164,10 +164,7 @@ import java.util.Map; * *
For obvious security reasons, your application has its own * cache, cookie store etc.—it does not share the Browser - * application's data. Cookies are managed on a separate thread, so - * operations like index building don't block the UI - * thread. Follow the instructions in {@link android.webkit.CookieSyncManager} - * if you want to use cookies in your application. + * application's data. *
* *By default, requests by the HTML to open new windows are