I\'d like to show a png or jpg I downloaded from the next in an image viewer intent, but can\'t get it to work.
Bitmap bmp = getImageBitmap(jpg);
String path
Another problem may be permissions on the file. Typically your /data/data/[app]/ directories are not world readable, and are owned by you applications "app_XX" user/group. Either make sure your permissions are correct, or make sure the file is in a place that both applications can read (emms, or sd card)