I have extracted image uri, now I would like to open image with Android's default image viewer. Or even better, user could choose what program to use to open the image. Something like File Explorers offer you if you try to open a file.
|
feedback
|
|
Accepted answer was not working for me, What had worked:
| |||
|
feedback
|
|
Ask myself, answer myself also:
It will also ask what program to use to view the file. | |||||
feedback
|
|
This page might help, Open an image in Android's built-in Gallery app programmatically It says it's just for gallery, but I don't see him specifically using an Intent for the gallery. | |||||
feedback
|