You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I based my implementation, including these entity definitions, on the behaviors I observed from the AOSP Contacts app and Google Contacts app. I don't remember those fields being used by those aforementioned apps, which is why I think I did not include them.
You are technically correct that these things are missing. I just did not think they would be used or noticed by anyone until you reported this issue 😃
I will look into this when I get the time and will include it in the next release. Work and life are super busy so I have not been able to work on this project for a while 😅
I am working on contact manager like application, so probably I will find such issues time to time :-) Anyway thanks a lot for your hard work - Android contact Api is really tricky!
Seems that there is missing email label in all the Email entities (at least Email, NewEmail).
Currently definition of Email looks like that:
But there is also another field for Email:
in ContactsContract.java.
I guess it should be added :-)
The text was updated successfully, but these errors were encountered: