Hi
I tried to create a new content provider in my system with android. This content provider keep information about the users of my system: mail and localization (x and y).
All compile sucesfully but when I try to insert a new row I found the next problem:
unknown url: content://......
I have the same string in the content provider and in the sentence that tries to execute the insert.
somebody can help me?
regards

