Android Secure Container に搭載している ThinkFree Mobile Viewer で参照可能な添付ファイルのタイプ (拡張子) です。
以下のテーブルにリストされたタイプであれば、Android
Secure Container にて直接ファイルを閲覧できます。
| タイプ (拡張子) |
MIME タイプ |
| .doc (MS Word 97〜2003) |
application/vnd.ms-word |
| .docx |
application/vnd.openxmlformats-officedocument.wordprocessingml.document |
| .xml |
text/xml |
| .txt |
text/plain |
| .rtf |
application/rtf |
| dot |
application/msword |
| dotx |
application/vnd.openxmlformats-officedocument.wordprocessingml.template |
| .xls (MS Excel 97 〜 2003) |
application/vnd.ms-excel |
| .xlsx |
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
| .csv |
text/comma-separated-values |
| .xlt |
application/vnd.ms-excel |
| .xltx |
application/vnd.openxmlformats-officedocument.spreadsheetml.template |
| .ppt (MS Powerpoint 97〜2003) |
application/vnd.ms-powerpoint |
| .pptx |
application/vnd.openxmlformats-officedocument.presentationml.presentation |
| .pot |
application/vnd.ms-powerpoint |
| .potx |
application/vnd.openxmlformats-officedocument.presentationml.template |
| pps |
application/vnd.ms-powerpoint |
| ppsx |
application/vnd.openxmlformats-officedocument.presentationml.slideshow |
| pdf |
ailer |
| bmp |
addFileType("BMP",
FILE_TYPE_BMP, "image/x-ms-bmp"); |
| gif |
addFileType("GIF",
FILE_TYPE_GIF, "image/gif"); |
| jpg |
addFileType("JPG",
FILE_TYPE_JPEG, "image/jpeg"); |
| jpeg |
addFileType("JPEG",
FILE_TYPE_JPEG, "image/jpeg"); |
| png |
addFileType("PNG",
FILE_TYPE_PNG, "image/png"); |