Android 12: Security and privacy - Modern SameSite cookies in WebView
Parent #16062
Modern SameSite cookies in WebView
-
If your app uses
WebView, or if you manage a website or service that uses cookies, test flows onAndroid 12WebView. If you find issues, you might need to update your cookies to support the newSameSitebehaviors. -
Watch for issues in logins and embedded content, as well as sign-in flows, purchasing, and other authentication flows where the user starts on an insecure page and transitions to a secure page.
Possible features using cookies in WebViews
- Publicize
- Jetpack install
Tested below features on app targeting Android 12
Jetpack Install

Domain Purchase
Sharing/ Publicize
Login
2FA Login, Magic Link Login, Google SignIn
While I found everything working in my testing, pinging @ravishanker to test domain purchase on app withtargetSdkVersion = 31 who's a core contributor to the feature. Give us a 👍 if you find no issues.
Also pinging @zwarm to give a 👍 before we can close this task as it needed no changes.