-
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
Multiple media and navigation apps activation during active embedded navigation+audio mixing supported #1920
Comments
Priority was set to Medium. Issue is related to setting wrong HMI level and/or audioStreamingState for activated application in some specific cases. May affect correct permissions calculation for media activated application. |
@theresalech -san, We were able to reproduce this issue with Core 6.0.1. This is a high priority issue for Toyota. Could you please include this in the Core 6.2 release planning? |
@GetmanetsIrina can you please advise if you are able to reproduce this issue in the latest Core release? |
@theresalech Please notice issue is still actual for Core 6.1 |
Hi @dboltovskyi, thank you for the additional information. Will Luxoft be submitting a PR to resolve this issue? |
@theresalech Please notice we're not planning to create the fix in scope of 6.2, though will try to do as much as possible |
Closing with the merge of #3476 |
Occurrence: Always
Description
Multiple media and navigation apps activation during active embedded navigation+audio mixing supported
Preconditions
a. media app_1 in FULL and AUDIBLE
b. navigation app_2 in LIMITED and AUDIBLE
c. non-media app_3 in BACKGROUND and NOT_AUDIBLE
a. media app_1 in LIMITED and AUDIBLE
b. navigation app_2 in BACKGROUND and NOT_AUDIBLE
Steps to reproduce
HMI -> SDL: SDL.ActivateApp ( <appID_1> )
SDL -> HMI: SDL.ActivateApp (SUCCESS)
Note: embedded navigation is still active
HMI -> SDL: OnEventChanged (EMBEDDED_NAVI, isActive:false)
HMI -> SDL: OnAppDeactivated ( <appID_1> )
HMI -> SDL: SDL.ActivateApp ( <appID_2 )
Actual result
SDL does not set required HMILevel and audioStreamingState.
Expected result
Environment
Attachments
Expected delivery
The text was updated successfully, but these errors were encountered: