This is an issue/discussion about the adjustments necessary to make the project compatible with apps targeting Android's edge2edge layout .
This implicitly includes the addressing of this message which we've been getting at the google play dashboard, and as I reckon the community's been getting as well:
Your app uses deprecated APIs or parameters for edge-to-edge
One or more of the APIs you use or parameters that you set for edge-to-edge and window display have been deprecated in Android 15. Your app uses the following deprecated APIs or parameters:
androidx.core.view.WindowCompat.setDecorFitsSystemWindows
android.view.Window.setStatusBarColor
android.view.Window.setNavigationBarColor
android.view.Window.getStatusBarColor
android.view.Window.getNavigationBarColor
android.view.Window.setDecorFitsSystemWindows
...
Description
This is an issue/discussion about the adjustments necessary to make the project compatible with apps targeting Android's edge2edge layout .
Resources:
Tasks
This implicitly includes the addressing of this message which we've been getting at the google play dashboard, and as I reckon the community's been getting as well: