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

Deprecated Edge-to-Edge methods usage warning in Play Console #5458

Open
Lingviston opened this issue Oct 29, 2024 · 1 comment · May be fixed by #5469
Open

Deprecated Edge-to-Edge methods usage warning in Play Console #5458

Lingviston opened this issue Oct 29, 2024 · 1 comment · May be fixed by #5469
Assignees
Labels

Comments

@Lingviston
Copy link

Lingviston commented Oct 29, 2024

Context & proposal

Update APIs used to implement edge-to-edge design in order to be compatible with Android 15.
Right now there's a warning in Play Console

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.setNavigationBarColor
android.view.Window.setStatusBarColor

These start in the following places:
io.getstream.chat.android.ui.feature.gallery.AttachmentMediaActivity.setupSystemUi
To prepare for the change to Android 15, migrate away from these APIs or parameters.

Acceptance criteria

  • Edge-to-edge design works on GetStream screens
  • Play Store doesn't complain on deprecated APIs usage.
@VelikovPetar
Copy link
Contributor

Hi @Lingviston,

Thank you for reporting this! We are working on providing support related to 'edge-to-edge' for apps targeting Android 15, and we plan to release it in some of the following releases.

Best regards,
Petar

@VelikovPetar VelikovPetar linked a pull request Nov 12, 2024 that will close this issue
16 tasks
@VelikovPetar VelikovPetar self-assigned this Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants