Added YouTube query to Android Manifest (#5841)

This commit is contained in:
Elias Nahum 2021-11-29 19:56:05 +02:00 committed by GitHub
parent f4b9c4382c
commit 1c0d0bb1a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,5 +82,9 @@
</intent-filter>
</activity>
</application>
<queries>
<intent>
<action android:name="com.google.android.youtube.api.service.START" />
</intent>
</queries>
</manifest>