sdl_java_suite
sdl_java_suite copied to clipboard
`DisplayCapabilities` `ScreenParams` null in SystemCapabilityManager
Bug Summary
When accessing DisplayCapabilities via the SystemCapabilityManager ScreenParams are null, when checking the capabilities in the RAIR they are not null.
ScreenParams should not be null in the SystemCapabilityManager.
Reproduction Steps
- Connect app to manticore
- Get
DisplayCapabilitiesvia theSystemCapabilityManager - Check ScreenParams
DisplayCapabilities displayCapabilities = (DisplayCapabilities) sdlManager.getSystemCapabilityManager().getCapability(SystemCapabilityType.DISPLAY, null, false);
ScreenParams screenParams = displayCapabilities.getScreenParams();
Expected Behavior: ScreenParams should not be null Observed Behavior: ScreenParams are null
Which projects have you seen this bug on?
No response
Android Version(s)
n/a
Android Device(s)
n/a
sdl_java_suite Version
5.5.0
Testing Environment(s)
Manticore
Relevant log output
No response