Sample app that makes use of a content provider to read the contacts on the phone and display them in a list.
ContactReader is hosted in the following web site
https://github.com/feresr/ContactReader
If you think the Android project ContactReader listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of ContactReader.
Item | Value |
---|---|
Java File Count | 2 |
Activity Count | 1 |
Required Permissions | android.permission.READ_CONTACTS |
ContactReader has the following Java source files.
com.example.fernandoraviola.contactreader.ApplicationTest.java com.example.fernandoraviola.contactreader.MainActivity.java