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
Check your MANIFEST file..
try adding like this..
it is uses-permission not uses-spermission...
Hope this helps...