I want to share image and text to another app but i\'m getting file format not supported when i\'m using this code please help...
Uri picUri = Uri.parse(\"h
The documentation for EXTRA_STREAM says that the Uri needs to have a content scheme. file usually also works, at least on Android 6.0 and older. Few apps will expect an http URL.
Uri
content
file
http