Any suggestions?

On Monday, October 13, 2014 11:07:11 AM UTC-4, sweety fx wrote:
>
> I have video url, from which I parse to to get the uri. I try to pass the 
> uri in share, but I don't see the video being shared.
>
> Uri uri = Uri.parse(url);Intent sharingIntent = new Intent(
>                     Intent.ACTION_SEND);
> sharingIntent.setType("video/*");
>                         sharingIntent.putExtra(Intent.EXTRA_STREAM,uri
>                                );
> startActivity(sharingIntent);
>
> Am I missing something here, or should I save the uri to external storage 
> and then pass it?
>
> Also I need to know how to save the video using the uri to Gallery.
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to