I tried various option like:
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(vnd.youtube://"+<id>);
But it seems like I cannot start the Intent in full screen forced mode.
A solution could be to do a webview. But there should be a way force full screen.
Maybe I can fix it by adding a bundle to the Intent?
please help 🙂
As for YouTube v4.1.47, you can do the following:
It might work on older versions, but I haven’t tested it.