I used to attach a logs file, that I was storing in externalCacheDir, to a mail client. Using this : intent.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(logFile))
intent.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(logFile))