fix sharing youtube vids

This commit is contained in:
Andrew Dolgov 2015-08-18 19:38:07 +03:00
parent 8e53a7aa88
commit ffc67cb9cd
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ public class YoutubePlayerActivity extends CommonActivity implements YouTubePlay
if (m_streamUri != null) {
Intent intent = new Intent(Intent.ACTION_SEND);
intent.setType("text/plain");
intent.putExtra(Intent.EXTRA_SUBJECT, m_streamUri);
intent.putExtra(Intent.EXTRA_TEXT, m_streamUri);