Merge "Tweak RuntimeInit docs around MimeMap registration."

am: bc6371727c

Change-Id: I4c3cee161fec5f8065e4ea77f1bf5aa694909874
This commit is contained in:
Tobias Thierer
2019-08-23 02:25:10 -07:00
committed by android-build-merger

View File

@@ -214,7 +214,10 @@ public class RuntimeInit {
RuntimeHooks.setTimeZoneIdSupplier(() -> SystemProperties.get("persist.sys.timezone"));
/*
* Set a default mapping between MIME types and file extensions.
* Replace libcore's minimal default mapping between MIME types and file
* extensions with a mapping that's suitable for Android. Android's mapping
* contains many more entries that are derived from IANA registrations but
* with several customizations (extensions, overrides).
*/
MimeMap.setDefault(MimeMapImpl.createDefaultInstance());