Hi,
We have LVDS and HDMI display connected to imx6 board and both displays are showing mirrored contents.
But when i query , its always returning display count as 1.
---------------------------------------------------------------------------------------------------------------
DisplayManager manager = (DisplayManager) getSystemService(DISPLAY_SERVICE);
Display[] displays = manager.getDisplays(DisplayManager.DISPLAY_CATEGORY_PRESENTATION);
Log.w("Display", "Display No = " + displays.length);
---------------------------------------------------------------------------------------------------------------
Why the display count is not shown as 2, since we have HDMI and LVDS connected ?