I\'m trying to use android.provider.Telephony.SMS_RECEIVED to catch incoming SMS\'s.
I built a simple app, which works on 2.x, but when I try it on my 4.0 emulator o
in case you try "catch" in backgroung you can see this post.
"android.provider.Telephony.SMS_RECEIVED" work great from Service. otherwise only during activity lifecycle you can "catch" it
"android.provider.Telephony.SMS_RECEIVED"