make share with newpipe part of newpipe
This commit is contained in:
parent
6e523d37ba
commit
e99e944ac3
2 changed files with 95 additions and 22 deletions
|
|
@ -76,6 +76,11 @@
|
|||
<data android:scheme="vnd.youtube" />
|
||||
<data android:scheme="vnd.youtube.launch" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.SEND" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<data android:mimeType="text/plain" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".player.PlayVideoActivity"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue