1

I am storing image from an imageView which is available as bitmap.

I am storing the image as test.jpg in the external memory although the image gets saved by that name (I confirmed by using a file manager in phone) the image is not presented in the gallery where all other images are shown.

Why is this so?

Vikalp Patel
  • 10,669
  • 6
  • 61
  • 96
user2041902
  • 593
  • 1
  • 6
  • 21

1 Answers1

0

media rescan is normally done on reboot.

you need to trigger it manual to get the new file to be include in gallery.

read here how to manual rescan so it show up

Robert Rowntree
  • 6,230
  • 2
  • 24
  • 43