Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

Youtube video thumbnail not load in android 11 or above progmatically

// Add this query outside the application tag in menifest file.

<queries>    
    <intent>
        <action android:name="android.intent.action.VIEW" />
        <data  android:scheme="https" android:host="youtube.com" />
    </intent>
</queries>
Source by # #
 
PREVIOUS NEXT
Tagged: #Youtube #video #thumbnail #load #android #progmatically
ADD COMMENT
Topic
Name
9+4 =