You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.
I found that CookieSyncManager.getInstance is invoked in DDGApplication. This class is deprecated since API 21. (doc) I understand it is used to avoid crash bugs for CookieManager, but after API 21, CookieManager can work well alone.
I also found a related Google issue discussion: https://issuetracker.google.com/issues/37014570. They fixed the document and indicated that CookieSyncManager is no longer needed after API 21.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I found that CookieSyncManager.getInstance is invoked in DDGApplication. This class is deprecated since API 21. (doc) I understand it is used to avoid crash bugs for CookieManager, but after API 21, CookieManager can work well alone.
I also found a related Google issue discussion: https://issuetracker.google.com/issues/37014570. They fixed the document and indicated that CookieSyncManager is no longer needed after API 21.
The text was updated successfully, but these errors were encountered: