This year's upcoming release seems to introduce multiple changes relevant for our app. See https://developer.android.com/about/versions/12/behavior-changes-all , https://developer.android.com/about/versions/12/behavior-changes-12 and https://developer.android.com/about/versions/12/features **Probably needs adjustment** - [ ] Adjust for new [Deep Link declarations and link verification](https://developer.android.com/about/versions/12/web-intent-resolution) - [ ] Adjust for new [SplashScreen feature](https://developer.android.com/about/versions/12/features/splash-screen) to avoid showing two splash screens - [ ] Set our splash logo to be displayed instead of the app icon - [ ] Check whether our Health Check can be done in the new screen and if true remove our SplashActivity **Probably only needs checking / testing** - [ ] Test new [Picture-In-Picture behavior](https://developer.android.com/about/versions/12/features/pip-improvements#behavior_improvements_for_single-_and_double-tapping) - [ ] Test whether login and SSO still work after [WebView Cookie changes ](https://developer.android.com/about/versions/12/behavior-changes-12#samesite) - [ ] Test new foreground service and power management behavior ([here](https://developer.android.com/about/versions/12/foreground-services) and [here](https://developer.android.com/about/versions/12/behavior-changes-all#restricted-bucket-power-management)) - [ ] Check whether all components with intent-filters are [exported](https://developer.android.com/about/versions/12/behavior-changes-12#exported), otherwise app won't install - [ ] Check whether all intents are launched [safe](https://developer.android.com/about/versions/12/behavior-changes-12#unsafe-intent-launches)
This year's upcoming release seems to introduce multiple changes relevant for our app.
See https://developer.android.com/about/versions/12/behavior-changes-all , https://developer.android.com/about/versions/12/behavior-changes-12 and https://developer.android.com/about/versions/12/features
Probably needs adjustment
Probably only needs checking / testing