zohar lerman wrote: > Hi , > > I found that there is difference in class name of the YouTube player > between devices: > Some call it ‘com.google.android.youtube.PlayerActivity’ and some > ‘com.google.android.youtube.YouTubePlayer’ > > My question is: > Is there a way to retrieve the class name?
The YouTube activity is not part of the SDK. You should not be relying upon it even existing on a device, let alone having a specific class as its implementation. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, One Low Price! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

