I am making an android app, and for that app, I need to read the birth dates of the contacts stored in my address book. Is there any code for that. How to read contacts on Android 2.0 shows the code to read the phone numbers and email addresses, but the code to read birth dates is not available. Thanks in advance.
Share
Use the
ContactsContract.CommonDataKinds.Event.START_DATEand set theTYPEtoTYPE_BIRTHDAYContactsContract.CommonDataKinds.Event | Android Developers