I want to use YouTubeStandalonePlayer on AndroidTV as I need to start Youtube video playback using startActivityForResult() so that I can get response to my app when playback has stopped/youtube closed.
But the Youtube activity not started giving ActivityNotFoundException. Further to analyze this I put the below check as suggested by: Youtube API ActivityNotFoundException on Gingerbread and I see that following check indeed fails:
(YouTubeApiServiceUtil.isYouTubeApiServiceAvailable(context).equals(YouTubeInitializationResult.SUCCESS))
Any help on how this can be supported on AndroidTV or am I missing something?