goderbauer / contact_picker

A Flutter plugin for picking a contact from the address book.
BSD 3-Clause "New" or "Revised" License
77 stars 109 forks source link

Caused incorrect action on MI 9 #17

Open EflakeEver opened 5 years ago

EflakeEver commented 5 years ago

It will caused error handler application such as File Application in the choose dialog by using ContactsContract.CommonDataKinds.Phone.CONTENT_URI as the contact_picker on MI 9. But if changed into ContactsContract.CommonDataKinds.Phone.CONTENT_TYPE, everything works fine.Please figure out if I was wrong, thanks.