content://sms/sent/ not working
问题 This is the SMS observer code. I need to check only sent sms. When I use the content://sms/ I get the result. But why don't I get results when I use the content://sms/sent/ ? I'm using Android 2.1. import android.app.Service; import android.content.ContentResolver; import android.content.Intent; import android.database.ContentObserver; import android.database.Cursor; import android.net.Uri; import android.os.Handler; import android.os.IBinder; import android.util.Log; public class