-
Notifications
You must be signed in to change notification settings - Fork 243
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
The OnEventChanged notification provides the wrong state info during app activation #1608
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
When an app is activated, the onEventChanged notification erroneously does not distinguish between different App types (Media, Non-Media, Navigation) -- this eventually leads to wrong onHMIStatus notifications sent to the mobile app.
Occurrence:
Always
Use Cases:
Example use cases where sdl core is processing the OnEventChanged notification incorrectly:
Reproduction Steps and Observed Behavior:
Ensure a navigation app type is running and has a FULL and AUDIBLE state
Activate an embedded audio source
Take note of the following messaging
Activate a navigation type app
Take note of the following messaging
Expected Behavior:
Ensure a navigation app type is running and has FULL and AUDIBLE state
Activate an embedded audio source
Please take note of the changes in messaging below:
Activate a navigation type app
Take note of the following messaging
The text was updated successfully, but these errors were encountered: