Hi
I am using Contacts2 in order to get all the contact list
listOfAllContacts = MyContacts.GetAll(False,False)
AFAIK there is no way to know if phone is located on sim or phone, so there are duplicated phones (if I have 200 contacts I will get ~400 contact in this list, and it takes time on old phones)
Is there fast way to get all contacts to MAP and not list?
I can do for from list to map, but it will take time...
I am using Contacts2 in order to get all the contact list
listOfAllContacts = MyContacts.GetAll(False,False)
AFAIK there is no way to know if phone is located on sim or phone, so there are duplicated phones (if I have 200 contacts I will get ~400 contact in this list, and it takes time on old phones)
Is there fast way to get all contacts to MAP and not list?
I can do for from list to map, but it will take time...