You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a passenger user I want to be able to dismiss the application lock screen while the vehicle is in motion.
Detailed description:
HMI API changes
Change the OnDriverDistraction notification to include the additional parameter:
<functionname="OnDriverDistraction"messagetype="notification">
<!-- newly added parameter -->
<paramname="lockScreenDismissalEnabled"type="Boolean"mandatory="false">
<description>
If enabled, the lock screen will be able to be dismissed while connected to SDL, allowing users
the ability to interact with the app. Dismissals should include a warning to the user and ensure
that they are not the driver.
</description>
</param>
</function>
OnDriverDistraction (
<lockScreenDismissalEnabled>
)Description:
As a passenger user I want to be able to dismiss the application lock screen while the vehicle is in motion.
Detailed description:
HMI API changes
Change the OnDriverDistraction notification to include the additional parameter:
Diagram:
N/A
Links:
The text was updated successfully, but these errors were encountered: