https://yourimageshare.com/ib/VXJhYSJxEg
I played a video on Android device. but I could not hide the top-bar(yellow-boxed area on attached image) where the device shows date, vibrate, wifi, battery of Android device.
I did the followings
Code: Select all
m_mp = libvlc_media_player_new( m_libvlc );
libvlc_set_fullscreen(m_mp,true);
libvlc_toggle_fullscreen(m_mp);
Thanks.