开发者

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

开发者 https://www.devze.com 2022-12-30 17:33 出处:网络
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

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

精彩评论

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