Skip to content

Commit

Permalink
Add mime types used by Google Earth
Browse files Browse the repository at this point in the history
Change-Id: If10cf39515472969a2e57e9a1e00dead818fe771
  • Loading branch information
Julien Mercay committed Oct 17, 2011
1 parent 98ff210 commit 3e94856
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions luni/src/main/java/libcore/net/MimeUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ public final class MimeUtils {
add("application/vnd.oasis.opendocument.text-master", "odm");
add("application/vnd.oasis.opendocument.text-template", "ott");
add("application/vnd.oasis.opendocument.text-web", "oth");
add("application/vnd.google-earth.kml+xml", "kml");
add("application/vnd.google-earth.kmz", "kmz");
add("application/msword", "doc");
add("application/msword", "dot");
add("application/vnd.openxmlformats-officedocument.wordprocessingml.document", "docx");
Expand Down

0 comments on commit 3e94856

Please sign in to comment.