File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ protected Object clone() throws CloneNotSupportedException {
3737 /**
3838 * Gets the singleton CookieManager instance. If this method is used
3939 * before the application instantiates a {@link WebView} instance,
40- * {@link CookieSyncManager#createInstance(Context)} must be called
41- * first.
40+ * {@link CookieSyncManager#createInstance CookieSyncManager.createInstance (Context)}
41+ * must be called first.
4242 *
4343 * @return the singleton CookieManager instance
4444 */
Original file line number Diff line number Diff line change 164164 *
165165 * <p>For obvious security reasons, your application has its own
166166 * cache, cookie store etc.—it does not share the Browser
167- * application's data. Cookies are managed on a separate thread, so
168- * operations like index building don't block the UI
169- * thread. Follow the instructions in {@link android.webkit.CookieSyncManager}
170- * if you want to use cookies in your application.
167+ * application's data.
171168 * </p>
172169 *
173170 * <p>By default, requests by the HTML to open new windows are
You can’t perform that action at this time.
0 commit comments