I am preparing a contact app where i need to get the list of Mimetypes supported by android contacts.
For ex: Some devices support SIP address
and some devices.
So i want to insert SIP address when it is supported then how can check that mimetype is supported.
I have found mimetypes table in contacts db of android in com.android.providers.contacts
package.
How I will be able to access that mimetypes table in contacts2.d
b database.
Please help. Thank you for your help.
If you want to check a mimetype is supported by a device - here is what you would do