Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc637172 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Tweak RuntimeInit docs around MimeMap registration."

parents e5d5b731 098a533e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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());