Automated import from //branches/master/...@142462,142462

This commit is contained in:
Tadashi Takaoka 2009-03-24 22:52:36 -07:00 committed by The Android Open Source Project
parent 1d60657509
commit 9d8375cba6

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