android错误 : Channel is unrecoverably broken and will be disposed!
Uriuri=Uri.parse("content://com.android.contacts/data");Cursorcursor=getApplicationContext().getContentResolver().query(uri,newString[]{"_id",},null,null,null);assertcursor!=null;代码部分代码如上:然后出现Channeli