I am trying to save all contacts telephone numbers in an ArrayList but I cant find a way how. Is there a way to get them instead of picking them one by one with ContactsCont
Try this also get all contacts.
Cursor cursor = context.getContentResolver().query(Phone.CONTENT_URI, null , null , null, "upper("+Phone.DISPLAY_NAME + ") ASC");