diff --git a/src/main/texamsummary.cpp b/src/main/texamsummary.cpp
index 5ca8812bee418591b936ebb6cd68fbc33fee554c..a56755a78dcbe00bc8c5053e9a744a022847cb44 100644
--- a/src/main/texamsummary.cpp
+++ b/src/main/texamsummary.cpp
@@ -227,6 +227,6 @@ void TexamSummary::sendExam()
     QString message = qTR("TexamSummary", "student:") + space + m_exam->userName() + br;
     message += qTR("AnalyzeDialog", "level:") + space + m_exam->level()->name + br;
     message += tr("Number of questions:") + space + QString::number(m_exam->count()) + br;
-    Tandroid::sendExam(tr("Send exam file"), message, m_exam->fileName());
+    // Tandroid::sendExam(tr("Send exam file"), message, m_exam->fileName());
 }
 #endif