From d12181df8f64f0b315dad0bf75d289c41dd7ca42 Mon Sep 17 00:00:00 2001 From: Tadashi Takaoka <> Date: Tue, 24 Mar 2009 22:45:09 -0700 Subject: [PATCH] Automated import from //branches/donutburger/...@142461,142461 --- 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 2e49bff76..c2fc1ec10 100644 --- a/src/com/android/email/Email.java +++ b/src/com/android/email/Email.java @@ -73,7 +73,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", }; /** @@ -87,7 +86,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", }; /**