send-intent
send-intent copied to clipboard
Video upload not working android
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- from gallery when i select any video and click on share button then app is not showing no native drawer but on select of image its showing
That is maybe a configuration problem in your AndroidManifest.xml file. Make sure you have the correct types included. I would suppose that you are missing the following:
<data android:mimeType="video/*" />