Intent intent = new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE);uri = Uri.fromFile(picFile);intent.setData(uri);sendBroadcast(intent);