Trying to write and update contacts

前端 未结 3 1916
梦谈多话
梦谈多话 2021-01-13 23:34

I am trying to write and then to update contacts using URI content://com.android.contacts/contacts and I get a RunTime Error: Uid 10101 does not have permission to uri con

3条回答
  •  独厮守ぢ
    2021-01-14 00:03

    Check your MANIFEST file..

    try adding like this..

    
    

    it is uses-permission not uses-spermission...

    Hope this helps...

提交回复
热议问题