mirror of
https://github.com/androidx/media.git
synced 2025-05-08 16:10:38 +08:00
Non-null MIME types infer to other content type
PiperOrigin-RevId: 322114754
This commit is contained in:
parent
7fce04a67f
commit
63b965d3f0
@ -1736,7 +1736,7 @@ public final class Util {
|
|||||||
case MimeTypes.APPLICATION_SS:
|
case MimeTypes.APPLICATION_SS:
|
||||||
return C.TYPE_SS;
|
return C.TYPE_SS;
|
||||||
default:
|
default:
|
||||||
return Util.inferContentType(uri);
|
return C.TYPE_OTHER;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user