Skip to content
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

Open
LoveMyBaby opened this issue Dec 25, 2024 · 0 comments
Open

Material uses deprecated methods on android api 35 #4507

LoveMyBaby opened this issue Dec 25, 2024 · 0 comments

Comments

@LoveMyBaby
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant