diff options
author | 2024-09-03 08:14:20 +0000 | |
---|---|---|
committer | 2024-09-04 08:36:07 +0000 | |
commit | 68a3199ab0e85a8d1f377f943f1470bcd301c41d (patch) | |
tree | 520eab72346e8a906ebb9ebc50a7ca24fa26aa8c | |
parent | 5ff76a1a8e988edc85f3e5dc07b0dcdae5fa8ba0 (diff) |
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
-rw-r--r-- | mime/java-res/android.mime.types | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mime/java-res/android.mime.types b/mime/java-res/android.mime.types index 5cf807d68d77..17cdee48a082 100644 --- a/mime/java-res/android.mime.types +++ b/mime/java-res/android.mime.types @@ -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 "?"). |