I want to play you tube video in my android application
I got exception while youtube initialization like \"service_missing\".
I write following code,
The issue with Android 11 is the os is restricting access to other apps. https://developer.android.com/training/basics/intents/package-visibility
Add the following to manifest tag in AndroidManifest to fix YouTube issue:
```