diff --git a/provider_src/com/android/email/AttachmentInfo.java b/provider_src/com/android/email/AttachmentInfo.java index 13ff068f7..cb3fdc978 100644 --- a/provider_src/com/android/email/AttachmentInfo.java +++ b/provider_src/com/android/email/AttachmentInfo.java @@ -180,7 +180,6 @@ public class AttachmentInfo { List activityList = pm.queryIntentActivities(intent, 0 /*no account*/); if (activityList.isEmpty()) { canView = false; - canSave = false; denyFlags |= DENY_NOINTENT; }