hi all i used below code it shows all contact details contact numbers and names but i need to get only contact numbers from the the contact list without names how can implement code without using android widget for solve the problem so give solution any one of you
context.startActivity(new Intent(Intent.ACTION_PICK, People.CONTENT_URI));
Try this code…