Project

General

Profile

Feature #21

Updated by Soren Stoutner about 8 years ago

Create the option to specify cookie behavior for third-party cookies. 

 https://developer.android.com/reference/android/webkit/CookieManager.html 

 The default behavior is that third-party cookies are allowed on KitKat and below (Android <= 4.4.4, API <= 20) and disabled on Lollipop Lolipop and above (Android >= 5.0, API >= 21).

Back