Android Contacts cursor contains multiples items for 1 phone number. How can I delete extra?

前端 未结 0 1787
终归单人心
终归单人心 2020-12-04 18:58

This is the code I have:

   val uri = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, Uri.encode(phoneNumber.number))
        val projection = arrayOf(Ph         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题