Quantcast
Channel: How to import contacts from phonebook to our application - Stack Overflow
Viewing all articles
Browse latest Browse all 5

Answer by Shrunottara Koppar for How to import contacts from phonebook to our application

$
0
0
            Intent intent = new Intent(Intent.ACTION_GET_CONTENT);            intent.setType(ContactsContract.CommonDataKinds.Phone.CONTENT_ITEM_TYPE);            startActivityForResult(intent, 1);

Use this piece of code under the button.setOnClick function you'll get the display of all the contacts in the phone book


Viewing all articles
Browse latest Browse all 5

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>