-
-
Notifications
You must be signed in to change notification settings - Fork 937
Description
Hi, we are using the MaterialDateTimePicker in a app which is published on the Play Store. Unfortunately the library is using deprecated API calls which is being reported by the Play Store itself.
This is the warning from the Play Store :
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:android.view.Window.setStatusBarColor
android.view.Window.setNavigationBarColor
These start in the following places:com.google.android.material.datepicker.r.onStart
To prepare for the change to Android 15, migrate away from these APIs or parameters.
Could this be fixed ?