What is the meaning of “vnd” in MIME types?

前端 未结 2 710
伪装坚强ぢ
伪装坚强ぢ 2020-12-07 13:28

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         


        
相关标签:
2条回答
  • 2020-12-07 14:20

    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.

    0 讨论(0)
  • 2020-12-07 14:26

    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 with vnd. are vendor-specific; subtypes in the personal or vanity tree begin with prs..[3]

    0 讨论(0)
提交回复
热议问题