mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
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:
committed by
Baldur Karlsson
parent
bae429332d
commit
06cfd5383f
@@ -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>");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user