Save in app's own /sdcard directory, doesnt need WRITE_EXTERNAL_STORAGE.

Removed checks for WRITE_EXTERNAL_STORAGE from Android workflow.
This commit is contained in:
michaelrgb
2017-09-11 15:38:58 +01:00
committed by Baldur Karlsson
parent bae429332d
commit 06cfd5383f
7 changed files with 13 additions and 21 deletions
@@ -467,7 +467,6 @@ void CaptureDialog::androidWarn_mouseClick()
msg +=
tr("<b>Missing permissions</b><br>"
"The target APK must have the following permissions:<br>"
"android.permission.WRITE_EXTERNAL_STORAGE<br>"
"android.permission.INTERNET<br><br>");
}