-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Material uses deprecated methods on android api 35 #4507
Labels
Comments
+1 |
+1 |
+1 |
1 similar comment
+1 |
+1 |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
com.google.android.material:material:1.12.0
Is your feature request related to a problem? Please describe.
When I adapted EdgeToEdge to publish to the Play Store, I received a prompt:
your app uses deprecated APIs or parameters for borderless design
One or more APIs you used or parameters you set for borderless design 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
LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES
These APIs or parameters start at the following location: com.google.android.material.datepicker.MaterialDatePicker.onStart
Describe the solution you'd like
Please fix it
The text was updated successfully, but these errors were encountered: