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
There is an edge case for the lockscreen where we want to be able to show the lockscreen to the user again even if the user has previously dismissed the lockscreen.
Reproduction Steps
Lockscreen displayMode = ALWAYS
The last DriverDistraction notification received was DD_OFF and that lockScreenDismissalEnabled = true
The user should be shown a dismissable lockscreen
The user dismisses the lockScreen
Another DriverDistraction notification is received with DD_ON and lockScreenDismissalEnabled=false
Expected Behavior
The lockscreen should be launched again without a dismiss message
Observed Behavior
The lockscreen should doesn't get launched
OS & Version Information
Android Version: N/A
SDL Android Version: 5.1.1
Testing Against: Core 7.1.1/ Generic HMI 0.10.0
The text was updated successfully, but these errors were encountered:
Bug Report
There is an edge case for the lockscreen where we want to be able to show the lockscreen to the user again even if the user has previously dismissed the lockscreen.
Reproduction Steps
DD_OFF
and thatlockScreenDismissalEnabled = true
DD_ON
andlockScreenDismissalEnabled=false
Expected Behavior
The lockscreen should be launched again without a dismiss message
Observed Behavior
The lockscreen should doesn't get launched
OS & Version Information
The text was updated successfully, but these errors were encountered: