Anyone knew youtube app package for name in android?

Can anyone help me where can I find the package name of the youtube app in android. Because I will be using Youtube API in my app and it needs YouTube app first in order for it to work. Thant why I need the package name. Thank you in advance: D

+3


source to share


3 answers


This is com.google.android.youtube

.



To find out, search for it in the play store, and then notice the parameter id

in the URL.

+10


source


Package name com.google.android.youtube

.



+1


source


Good question, just add the package name:

com.google.android.youtube

and for a closer look at this tutorial and I trust you will get the answer.

http://blog.blundellapps.com/click-item-in-a-listview-to-show-youtube-video/http://blog.blundell-apps.com/click-item-in-a-listview- to-show-youtube-video /

0


source







All Articles