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

App icon is sent to modules that don't support graphics #1814

Open
joeygrover opened this issue Jun 16, 2022 · 0 comments
Open

App icon is sent to modules that don't support graphics #1814

joeygrover opened this issue Jun 16, 2022 · 0 comments
Labels
bug A defect in the library

Comments

@joeygrover
Copy link
Member

Bug Summary

This issue is similar to #1738 . Even though graphics aren't supported the library still attempts to send the app icon and based on retry strategies it is attempted multiple times. The library should recognize through the RAI response that graphics aren't supported and therefore not send the app icon.

Reproduction Steps

  1. Connect to a module that doesn't support graphics (SYNC 2.0)
  2. Connect SDL
  3. Observer the app icon is attempted to be sent

Expected Behavior:
The app icon should not be sent as the module doesn't support dynamic graphics.

Observed Behavior:
The app icon is attempted to be sent but fails multiple times.

Which projects have you seen this bug on?

Android

Android Version(s)

11.0

Android Device(s)

Pixel 2 XL

sdl_java_suite Version

5.2.0

Testing Environment(s)

- Ford TDK SYNC 2.0

Relevant log output

No response

@joeygrover joeygrover added the bug A defect in the library label Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library
Projects
None yet
Development

No branches or pull requests

1 participant