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
In EXTERNAL_PROPRIETARY policy mode, if an app is revoked, it can still be activated by providing consent for the device. This activation results in the app being brought to the foreground whenever it is reconnected as well.
Reproduction Steps
Using SDL HMI
app1 is revoked and connected, but device is not consented
Select app1 from the app list, accept consent prompt for device, HMI sends SDL.OnAllowSDLFunctionality(true)
Expected Behavior
app1 is not activated via BC.ActivateApp from SDL Core
Observed Behavior
SDL Core sends BC.ActivateApp to HMI, HMI brings app to foreground (although app1 still has hmiLevel: NONE). BC.ActivateApp is also sent to the HMI when the app reconnects.
OS & Version Information
OS/Version: Ubuntu 18.04
SDL Core Version: 7.0.0
Testing Against: Android Test Suite app
The text was updated successfully, but these errors were encountered:
Bug Report
In EXTERNAL_PROPRIETARY policy mode, if an app is revoked, it can still be activated by providing consent for the device. This activation results in the app being brought to the foreground whenever it is reconnected as well.
Reproduction Steps
Using SDL HMI
SDL.OnAllowSDLFunctionality(true)
Expected Behavior
app1 is not activated via
BC.ActivateApp
from SDL CoreObserved Behavior
SDL Core sends
BC.ActivateApp
to HMI, HMI brings app to foreground (although app1 still hashmiLevel: NONE
).BC.ActivateApp
is also sent to the HMI when the app reconnects.OS & Version Information
The text was updated successfully, but these errors were encountered: