【发布时间】:2020-05-27 06:16:32
【问题描述】:
Intent intent = new Intent(Intent.ACTION_PICK, ContactsContract.Contacts.CONTENT_URI);
startActivityForResult(intent, PICK_CONTACT);
致命异常:java.lang.RuntimeException
传递结果失败 ResultInfo{who=null, request=131073, result=-1, data=Intent { dat=content://com.mi.android.globalFileexplorer.myprovider/root_files/storage/3B44-17E3/DCIM /Camera/FB_IMG_1553740630380.jpg flg=0x1 }} 到活动 java.lang.IllegalArgumentException:列“_id”不存在。可用列:[_display_name, _size]
在其他设备上工作
【问题讨论】:
标签: android