Automated import from //branches/donutburger/...@142461,142461

This commit is contained in:
Tadashi Takaoka 2009-03-24 22:45:09 -07:00 committed by The Android Open Source Project
parent b1d72808d7
commit d12181df8f
1 changed files with 0 additions and 2 deletions

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