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

Commit 419d7091 authored by Tobias Thierer's avatar Tobias Thierer Committed by android-build-merger
Browse files

Revert "Tweak RuntimeInit docs around MimeMap registration." am: 89bcfa5a...

Revert "Tweak RuntimeInit docs around MimeMap registration." am: 89bcfa5a am: f4cbf933 am: aa9b7696 am: 1b41ce47
am: 1080bcbc

Change-Id: Iec378b5d1ab929bb892436f1f6f58c1c8fe43dd0
parents 69cc9126 1080bcbc
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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());