fix sharing youtube vids
This commit is contained in:
parent
8e53a7aa88
commit
ffc67cb9cd
@ -116,6 +116,7 @@ public class YoutubePlayerActivity extends CommonActivity implements YouTubePlay
|
|||||||
if (m_streamUri != null) {
|
if (m_streamUri != null) {
|
||||||
Intent intent = new Intent(Intent.ACTION_SEND);
|
Intent intent = new Intent(Intent.ACTION_SEND);
|
||||||
|
|
||||||
|
intent.setType("text/plain");
|
||||||
intent.putExtra(Intent.EXTRA_SUBJECT, m_streamUri);
|
intent.putExtra(Intent.EXTRA_SUBJECT, m_streamUri);
|
||||||
intent.putExtra(Intent.EXTRA_TEXT, m_streamUri);
|
intent.putExtra(Intent.EXTRA_TEXT, m_streamUri);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user