• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps sms content provider ERROR

hello
i am trying to get access to the sms table in my galaxy s device
and iget error someone know how to fix that?

this im ny URI:content://org.example.events/sms/
XfJdCV40x3UAAAAASUVORK5CYII=


AND THIS IS THE ERROR MESSAGE :android.database.sqlite.SQLiteException: near "/": syntax error: , while compiling: SELECT * FROM sms/

this is the code:

try
{
return managedQuery(CONTENT_URI, null, null, null, null);
}

catch (Exception e)
{

}


THANK YOU
 
Is this your own URI?

content://org.example.events/sms/ <- this doesnt seem like an existing URI to me


Edit: also welcome to AF :)
 
Back
Top Bottom