Can't find my saved image in android gallery

Application.CaptureScreenshot( “…/…/…/…/DCIM/Camera/Myscreenshot”+ PlayerPrefs.GetInt(“HighScore”) +“.png”);

I use this code to take screenshot on my android it works fine only that i can’t find it in the gallery I can see it through the file manager but not in the gallery.I have read somewhere that there might be a need to force the device to do a media scan.Please i need help with this.

You have to refresh the gallery after saving the snapshot, it will be done by writing Java function and calling it from Unity3D.

I have used same thing in this plugin:

If you need that java code write me at devesh.pandey19@gmail.com