For the university i\'ve to develop an application on android with the face detections. For this i\'ve to save various photo on my gallery. The problem is that after saving
You can force the MediaScanner to add a specific file (or let it know it was deleted or modified)
sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE, Uri.fromFile(myNewFile)));