Android 4.x, nativer E-Mail Client und ZIP-Anhänge
Fehlermeldung: ”Sie können diese Datei nicht öffnen oder speichern, da diese Art von Anhang möglicherweise schädliche Software enthält.” (ENG: “You can’t save or open this file because this type of attachment might contain malicious software”).
Der native Google-Mailclient wurde wohl von einem ex-Microsoft Outlook Produktmanager entwickelt? Jedenfalls will ich alle Anhänge herunterladen können. Sonst hätte ich mir auch ein Windows/Apple-Tablet kaufen können.
Folgende Anhänge werden geblockt laut Android-Quelltext:
public static final String[] UNACCEPTABLE_ATTACHMENT_EXTENSIONS = new String[] {
// File types that contain malware
“ade”, “adp”, “bat”, “chm”, “cmd”, “com”, “cpl”, “dll”, “exe”,
“hta”, “ins”, “isp”, “jse”, “lib”, “mde”, “msc”, “msp”,
“mst”, “pif”, “scr”, “sct”, “shb”, “sys”, “vb”, “vbe”,
“vbs”, “vxd”, “wsc”, “wsf”, “wsh”,
// File types of common compression/container formats (again, to avoid malware)
“zip”, “gz”, “z”, “tar”, “tgz”, “bz2″,
};
Hier erwarte ich ganz klar mehr Flexibilität und ich denke, dass ich damit nicht alleine stehe. Schreibt eure Kommentare an die Android-Entwickler bitte auf folgender Seite: http://code.google.com/p/android/issues/detail?id=27245

