GitToTheHub commented on PR #1962: URL: https://github.com/apache/cordova-android/pull/1962#issuecomment-4787173277
Correctly, this PR is motivated by [erisu's comment|(https://github.com/apache/cordova-android/pull/1902#issuecomment-4288323629) on PR #1902. I looked through the [edge-to-edge guide Android](https://developer.android.com/develop/ui/views/layout/edge-to-edge) and thought there is a preference flag or something introduced by Android 15, which is reflected by the Cordova preference `AndroidEdgeToEdge`. But the guide says only that edge-to-edge is a requirement since Android 15 and that it can be anabled on older versions by `WindowCompat.enableEdgeToEdge(getWindow());`. So if Android gives an example to enable edge-to-edge on previous versions I think it makes sense to give the possibility to enable it on pre Android 15 with `AndroidEdgeToEdge`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
