1
score
474
views
yes
status
CC BY-SA 3.0
Draw bitmap and save/share it
The attachment is not readable by other apps because you are saving it to getFilesDir() . Simply change getFilesDir() to Environment.getExternalStorageDir() and other apps will be able to handle the saved image. This...