Added YouTube query to Android Manifest (#5841)
This commit is contained in:
parent
f4b9c4382c
commit
1c0d0bb1a4
1 changed files with 5 additions and 1 deletions
|
|
@ -82,5 +82,9 @@
|
|||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
<queries>
|
||||
<intent>
|
||||
<action android:name="com.google.android.youtube.api.service.START" />
|
||||
</intent>
|
||||
</queries>
|
||||
</manifest>
|
||||
|
|
|
|||
Loading…
Reference in a new issue