dpogue commented on PR #1779: URL: https://github.com/apache/cordova-android/pull/1779#issuecomment-2667494084
Just a note that the `windowOptOutEdgeToEdgeEnforcement` option is removed in Android 16 (as per https://android-developers.googleblog.com/2025/02/second-beta-android16.html) > ### Edge to edge opt-out going away > [Android 15 enforced edge-to-edge](https://developer.android.com/about/versions/15/behavior-changes-15#edge-to-edge) for apps targeting Android 15 (SDK 35), but your app could opt-out by setting [`R.attr#windowOptOutEdgeToEdgeEnforcement`](https://developer.android.com/reference/android/R.attr#windowOptOutEdgeToEdgeEnforcement) to true. Once your app targets Android 16 (Baklava), `R.attr#windowOptOutEdgeToEdgeEnforcement` is deprecated and disabled and your app cannot opt-out of going edge-to-edge. To be compatible with Android 16 Beta 2, ensure your app supports edge-to-edge and remove any use of `R.attr#windowOptOutEdgeToEdgeEnforcement`. To support edge-to-edge, see the [Compose](https://developer.android.com/develop/ui/compose/layouts/insets) and [Views](https://developer.android.com/develop/ui/views/layout/edge-to-edge) guidance. Please let us know about concerns in our tracker on the [feedback page](https://developer.android.com/about/versions/16/feedback). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org