From 6c820c9f75a228bdfd145e2b1a699846d035085a Mon Sep 17 00:00:00 2001 From: Bao-Long Nguyen-Trong Date: Thu, 2 Jul 2009 00:27:17 +0000 Subject: [PATCH] Removed image/gif from exclusion list so that the images can be viewed and save to SD card --- src/com/android/email/Email.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/com/android/email/Email.java b/src/com/android/email/Email.java index bb82f8fb1..1e62b5dd4 100644 --- a/src/com/android/email/Email.java +++ b/src/com/android/email/Email.java @@ -71,7 +71,6 @@ public class Email extends Application { * The MIME type(s) of attachments we're not willing to view. */ public static final String[] UNACCEPTABLE_ATTACHMENT_VIEW_TYPES = new String[] { - "image/gif", }; /** @@ -85,7 +84,6 @@ public class Email extends Application { * The MIME type(s) of attachments we're not willing to download to SD. */ public static final String[] UNACCEPTABLE_ATTACHMENT_DOWNLOAD_TYPES = new String[] { - "image/gif", }; /**