I was just wondering how are multiple contact numbers stored under same tag in android.
For example, I could store 9876543210 and 9812345670 under the same tag TYPE_HOME or TYPE_MOBILE. But while storing a number programmatically, I could only insert 1 contact on 1 tag and it gets replaced if a second entry is made to it.
Also, How to store multiple numbers under same tag programmatically?