Reading up on content providers, I keep wondering why both the category and type of Android MIME types are prefixed with vnd. For example:
vnd.android.cursor
vnd
indicates vendor-specific MIME types, which means they are MIME types that were introduced by corporate bodies rather than e.g. an Internet consortium.
vnd = vendor.
See Wikipedia - Media type:
Types or subtypes that begin with
x-
are nonstandard[2] (they are not registered with IANA). Subtypes that begin withvnd.
are vendor-specific; subtypes in the personal or vanity tree begin withprs.
.[3]