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

Commit 237f58d0 authored by Tobias Thierer's avatar Tobias Thierer Committed by android-build-merger
Browse files

Merge "Tweak RuntimeInit docs around MimeMap registration." am: bc637172 am:...

Merge "Tweak RuntimeInit docs around MimeMap registration." am: bc637172 am: 41438c37 am: b0c5a7af am: bc59f857
am: eb2a0533

Change-Id: Ib5ae1da4687531c71d24f2c9a1d0dba776ebd719
parents 70ee8b5c eb2a0533
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());