
HD button is hide while the fullscreen and back to normal
PlaylistItem pi = new PlaylistItem.Builder()
.file(video_url)
.build();
mPlayerView.load(pi);
where the
video_url - http:\/\/content.jwplatform.com\/manifests\/F6LTZ3VH.m3u8
Above is my code, I have to hide and show the qualities as a dialog in the Native android.
And the HD is hidding when I retrun back from Fullscreen mode.
Could you please help on this?