Improved error message

pull/156/head
M66B 6 years ago
parent d274ea64f6
commit 4dcbe807df

@ -1754,7 +1754,7 @@ public class FragmentCompose extends FragmentBase {
if ("file".equals(uri.getScheme()) && if ("file".equals(uri.getScheme()) &&
!Helper.hasPermission(context, Manifest.permission.READ_EXTERNAL_STORAGE)) { !Helper.hasPermission(context, Manifest.permission.READ_EXTERNAL_STORAGE)) {
Log.w("Add attachment uri=" + uri); Log.w("Add attachment uri=" + uri);
throw new SecurityException(); throw new SecurityException("Add attachment with file scheme");
} }
EntityAttachment attachment = new EntityAttachment(); EntityAttachment attachment = new EntityAttachment();

Loading…
Cancel
Save