I am developing an app which captures an image and stores it in gallery with a name returned by the currentTimeInMillis() method of java.lang package. For better recognition I want to rename those images but i found there is no rename option in the gallery.
Can anybody is there any issue behind not giving this option.
The gallery application scans the filesystem and shows the pictures as they appear. If you need to change the filename, you can do this with the
File.renameTo()method.