[android-developers] Re: URI_MATCHER doesn't work correctly

2008-08-21 Thread Jeff Hamilton
You need to remove the / from the beginning of the path, so it should read this: URI_MATCHER.addURI(Crowd.CROWD_AUTHORITY, Crowd, CUSTOMER); When building the URI tree it automatically puts the / between the authority and the path for you so you were ending up with

[android-developers] Re: URI_MATCHER doesn't work correctly

2008-08-21 Thread Frank N. Stein
Thanks Jeff, you made my day. I think, I was confused, because of the correct URI in the exception. Hopefully Google will release the sourcecode of Android, so that developers are able to understand, how things get built. Have a nice day. On 21 Aug., 19:03, Jeff Hamilton [EMAIL PROTECTED]