0

Hi i am new to android , I hope so u guys will help me to obtain my requirement.

I am using an Android API Level 2.1

I need to create a new field such as user@domain not as e-mail format for every contacts. So i need to create a new MIME type now i got struck how to create this MIME type. Please help me to recover on implementing new MIME type to Contacts App.

Pentium10
  • 204,586
  • 122
  • 423
  • 502
  • possible duplicate of [Contact Custom Fields](http://stackoverflow.com/questions/3009839/contact-custom-fields) – Pentium10 Aug 04 '10 at 07:52
  • possible duplicate of http://stackoverflow.com/questions/2733589/how-to-add-new-fields-to-the-contact – Pentium10 Aug 04 '10 at 07:53

1 Answers1

0

You cannot implement your own custom mimetype handler to show up in the default contact application. It won't show up there. But it will show up in your application if you do it.

For storing custom fields in contacts see that other two linked questions

Pentium10
  • 204,586
  • 122
  • 423
  • 502