mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-11-04 01:03:00 +00:00 
			
		
		
		
	support youtube's custom URL schemes (vnd.youtube: and vnd.youtube.launch:)
This commit is contained in:
		@@ -55,6 +55,15 @@
 | 
			
		||||
                <data android:host="youtu.be" />
 | 
			
		||||
                <data android:pathPrefix="/" />
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="android.intent.action.VIEW" />
 | 
			
		||||
 | 
			
		||||
                <category android:name="android.intent.category.DEFAULT" />
 | 
			
		||||
                <category android:name="android.intent.category.BROWSABLE" />
 | 
			
		||||
 | 
			
		||||
                <data android:scheme="vnd.youtube" />
 | 
			
		||||
                <data android:scheme="vnd.youtube.launch" />
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </activity>
 | 
			
		||||
        <activity android:name=".PlayVideoActivity"
 | 
			
		||||
            android:configChanges="orientation|keyboardHidden|screenSize"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user