Removed image/gif from exclusion list so that the images can be viewed and save to SD card

This commit is contained in:
Bao-Long Nguyen-Trong 2009-07-02 00:27:17 +00:00
parent a912f7aed5
commit 6c820c9f75
1 changed files with 0 additions and 2 deletions

View File

@ -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",
};
/**