Reputation: 806
I'm building an Android Input Method Editor (IME) and I'm using EditorInfo.contentMimeTypes
to determine the various mime types that an editor supports. WhatsApp returns video/x.looping_mp4
as a supported mime type, but I'm having trouble finding any information about what this format is (how to create, etc). Does anyone know of documentation for this format or can anyone shed more light in general on what it is? Thanks!
Upvotes: 1
Views: 224