Automated import from //branches/cupcake/...@142457,142457

This commit is contained in:
Tadashi Takaoka 2009-03-24 19:45:36 -07:00 committed by The Android Open Source Project
parent d351a92869
commit 7e7abb0e3d

View File

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