1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-25 07:23:03 +00:00

Improved error message

This commit is contained in:
M66B 2019-06-18 21:22:49 +02:00
parent d274ea64f6
commit 4dcbe807df

View file

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