Revert "Tweak RuntimeInit docs around MimeMap registration." am: 89bcfa5a21 am: f4cbf933b7
am: aa9b7696d1
Change-Id: Ice18e8e9e599856e12406b1190250477e58507ab
This commit is contained in:
@@ -214,10 +214,7 @@ public class RuntimeInit {
|
||||
RuntimeHooks.setTimeZoneIdSupplier(() -> SystemProperties.get("persist.sys.timezone"));
|
||||
|
||||
/*
|
||||
* 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).
|
||||
* Set a default mapping between MIME types and file extensions.
|
||||
*/
|
||||
MimeMap.setDefault(MimeMapImpl.createDefaultInstance());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user