问题
In my app I'm using YouTube Android Player API library from here https://developers.google.com/youtube/android/player/ I have a fragment that extends YouTubePlayerFragment. All works fine, but I need to make some improvements to app.
At the end of some videos I see block "Watch Next" with the link to another video, so I'm curious - does we have a possibility to disable this feature?
I created another solution using WebView, and display video using it - in this case I'm able to turn off any other additional links using "rel=0" in video url, but I want to use native solution.
Any ideas?
Thanks in advance!
来源:https://stackoverflow.com/questions/28586206/is-there-any-way-to-disable-watch-next-block-at-the-end-of-video-using-youtube