make share with newpipe part of newpipe

This commit is contained in:
Christian Schabesberger 2016-12-25 19:28:40 +01:00
parent 6e523d37ba
commit e99e944ac3
2 changed files with 95 additions and 22 deletions

View file

@ -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"