casfar.blogg.se

Share video app
Share video app











share video app

What i have tried: I have tried by sharing various file types like 3gp, mkv, mp4 but nothing is working out and I have also went through various similar questions but no solution is working in case of videos. The above code is working fine to share Images but its not working to share videos. StartActivity(Intent.createChooser(share, "Message")) Share.putExtra(Intent.EXTRA_STREAM, uri) Uri uri = FileProvider.getUriForFile(Main2Activity.this, "", imageFileToShare)

share video app

Share.putExtra(Intent.EXTRA_TITLE, "abcd") įile imageFileToShare = new File(Environment.getExternalStorageDirectory() + "/mygallery/" + "airp.mp4") Share.putExtra(Intent.EXTRA_SUBJECT, "abc") Issue: What happens is after sharing the video when i launch the app to check the shared video it shows me error of " Unable to import" and " The video is no longer available".Ĭode: I am trying with the following code to share videos with other apps using intent: Intent share = new Intent(Intent.ACTION_SEND)













Share video app