Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements #2134
This PR is ready for review.
Risk
This PR makes minor API changes.
Testing Plan
Unit testing
Summary
This PR provides additional parameter to OnDriverDistraction notification.
Changelog
Add a new parameter to OnDriverDistraction notification:
lockScreenDismissalEnable (type="Boolean", mandatory="false").
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.
Other parts of delivery:
CI: http://opensdl-jenkins.luxoft.com:8080/view/sdl_passenger_mode/
HMI Integration guidelines: Ford-Luxoft/sdl_hmi_integration_guidelines#1
SDL requirements: Ford-Luxoft/sdl_requirements#1
ATF scripts: Ford-Luxoft/sdl_atf_test_scripts#1
HMI: Ford-Luxoft/sdl_hmi#1
CLA