All
Love
Sad
Funny
Home
Unlabelled
code
code
By
MTP
At September 04, 2020
0
String path = ""; //should be local path of downloaded video ContentValues content = new ContentValues(4); content.put(MediaStore.Video.VideoColumns.DATE_ADDED, System.currentTimeMillis() / 1000); content.put(MediaStore.Video.Media.MIME_TYPE, "video/mp4"); content.put(MediaStore.Video.Media.DATA, path); ContentResolver resolver = getApplicationContext().getContentResolver(); Uri uri = resolver.insert(MediaStore.Video.Media.EXTERNAL_CONTENT_URI, content); Intent sharingIntent = new Intent(Intent.ACTION_SEND); sharingIntent.setType("video/*"); sharingIntent.putExtra(Intent.EXTRA_SUBJECT, "Hey this is the video subject"); sharingIntent.putExtra(Intent.EXTRA_TEXT, "Hey this is the video text"); sharingIntent.putExtra(Intent.EXTRA_STREAM,uri); startActivity(Intent.createChooser(sharingIntent,"Share Video");
Share:
You Might Also Like
Post a Comment
Older Post
Home
Subscribe to:
Post Comments ( Atom )
Popular Posts
code
Top 10 Best Romantic Status Video for Whatsapp
Top 10 Funny Video For WhatsApp , Zilli
Powered by
Blogger
.
Category
Funny
( 1 )
Love
( 1 )
Sad
( 1 )
Stay Connected
Sidebar Ads
Follow us on Facebook
Copyright ©
Hello Video Status.
Designed by
OddThemes
Post a Comment