android.Contacts
publicListonContactsSelect(SQLiteDatabasedbreader){Listlist=newArrayList();Cursorcursor=dbreader.query(TABLE_NAME,null,null,null,null,null,null);if(cursor.getCount()>0){while(cursor.moveToNext()){list.add(cursor.getString(cursor.getColumnIndex(
下载地址
用户评论