dudu_android
Lurker
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/
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
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/
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

