I need to enable sharing content on a secondary screen via a HDMI port on android, and hence am using the Presentation api provided in 4.2.
But while running the sample code provided from here. The hdmi connection is detected and even mirroring of the screen works fine but not the presentation display[if you look at the toast, Presentation display is null], can anyone explain what is happening here.