Adjust externally loaded image URI MIME type definition

Adjust the Javadoc to highlight that data of this MIME type just contains a URI, not the actual image content.

And also remove the superfluous "key" part of the MIME type string that doesn't
really add information (and it's also really just an URI, not an URI key).

PiperOrigin-RevId: 567560238
This commit is contained in:
tonihei 2023-09-22 02:08:28 -07:00 committed by Copybara-Service
parent 190fd7abc6
commit b2016cc484

View file

@ -151,10 +151,10 @@ public final class MimeTypes {
@UnstableApi
public static final String APPLICATION_MEDIA3_CUES = BASE_TYPE_APPLICATION + "/x-media3-cues";
/** MIME type for image content loaded from an external image management framework. */
/** MIME type for an image URI loaded from an external image management framework. */
@UnstableApi
public static final String APPLICATION_EXTERNALLY_LOADED_IMAGE =
BASE_TYPE_APPLICATION + "/x-image-uri-key";
BASE_TYPE_APPLICATION + "/x-image-uri";
// image/ MIME types