开发者

Where do I find a list of officially supported mimetypes for Android?

I found out that on 开发者_Python百科Android contacts, at least HTC Sense stores Facebook ID with the following mimetype: vnd.android.cursor.item/vnd.facebook.profile this differs from their mimetype format such as com.htc.socialnetwork.facebook/smallavatar

I am wondering where do I find a list of officially supported mimetypes for Android?


There are no "officially supported mimetypes for Android" except to the extent they are documented in random spots in the Android SDK, usually as CONTENT_TYPE public static data members (e.g., android.provider.ContactsContract.Contacts.CONTENT_TYPE).

To the best of my knowledge, there is no HTC Sense SDK, and therefore there are no "officially supported mimetypes for Android" related to anything in any version of Sense.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜