forked from LeddaZ/frameworks_base
Add new mime type for MHT files.
Mime map does not have a mime type map for MHT files. Adding multipart/related as the mime type for MHT extension files. BUG: 183687627 Test: atest MimeMapTest Change-Id: Ic1f7aea571c6f086022ea3d7b09acf46337e8959 Flag: EXEMPT bugfix
This commit is contained in:
parent
5ff76a1a8e
commit
68a3199ab0
|
@ -132,6 +132,7 @@
|
|||
# Optional additions that should not override any previous mapping.
|
||||
|
||||
?application/x-wifi-config ?xml
|
||||
?multipart/related mht
|
||||
|
||||
# Special cases where Android has a strong opinion about mappings, so we
|
||||
# define them very last and make them override in both directions (no "?").
|
||||
|
|
Loading…
Reference in New Issue