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
SDL does not transfer OnSystemCapabilityUpdated notification from HMI to an App after IGN_OFF/IGN_ON cycle in case App sent Show RPC with templateConfiguration parameter for widget window after Show response
Preconditions:
In sdl_preloaded_pt.json default app_policies groups:
["Base-4", "WidgetSupport" ]
SDL and HMI are started
App is registered and activated(App has hmi level FULL/LIMITED )
App created and activated a widget ( the widget has "hmi_level": FULL )
IGN_OFF and IGN_ON are performed
App is registered with actual hashId
Widget is activated
Reproduction Steps
App sends "Show" request with "templateConfiguration" param for the restored widget
HMI sends BC.OnSystemCapabilityUpdated:
HMI→SDL: "BC.OnSystemCapabilityUpdated"(params)
Expected Behavior
SDL→App: “OnSystemCapabilityUpdated” (params)
Observed Behavior
SDL does not transfer OnSystemCapabilityUpdated(params) to Mobile App
The text was updated successfully, but these errors were encountered:
VjKlepikov
changed the title
SDL does not transfer OnSystemCapabilityUpdated notification to App
SDL does not transfer OnSystemCapabilityUpdated notification to App after IGN_OFF/IGN_ON
Oct 7, 2020
VjKlepikov
changed the title
SDL does not transfer OnSystemCapabilityUpdated notification to App after IGN_OFF/IGN_ON
SDL does not transfer OnSystemCapabilityUpdated notification to App after IGN_OFF/IGN_ON cycle
Oct 7, 2020
Bug Report
SDL does not transfer OnSystemCapabilityUpdated notification from HMI to an App after IGN_OFF/IGN_ON cycle in case App sent Show RPC with
templateConfiguration
parameter for widget window afterShow
responsePreconditions:
["Base-4", "WidgetSupport" ]
Reproduction Steps
App sends "Show" request with "templateConfiguration" param for the restored widget
HMI sends BC.OnSystemCapabilityUpdated:
HMI→SDL: "BC.OnSystemCapabilityUpdated"(params)
Expected Behavior
SDL→App: “OnSystemCapabilityUpdated” (params)
Observed Behavior
SDL does not transfer OnSystemCapabilityUpdated(params) to Mobile App
OS & Version Information
SDL: https://github.com/smartdevicelink/sdl_core/commits/develop (9f61819)
HMI: https://github.com/smartdevicelink/sdl_hmi/tree/develop (f712d4e)
Test Case, Sample Code, and / or Example App
The text was updated successfully, but these errors were encountered: