I am Passing the Name and Number of a Contact from one activity to another and using these Number and Name.
I Construct a RecipientEntry By using constructorGeneratedEntry and passing the name and number in those with isValid true, But when I add the Recipient to the RecipientEditTextView it generates Two chips, one consists of Number while the other one consists of the Name.
RecipientEntry entry = RecipientEntry.constructGeneratedEntry(name, number, true);
phoneRetv.addRecipient(entry);




I am Passing the Name and Number of a Contact from one activity to another and using these Number and Name.
I Construct a RecipientEntry By using constructorGeneratedEntry and passing the name and number in those with isValid true, But when I add the Recipient to the RecipientEditTextView it generates Two chips, one consists of Number while the other one consists of the Name.