I face really frustrating problem.
I created SMS receiver as most online and book\'s tutorials say.
AndroidManifest.xml:
I am pretty sure that this code is right. You might not be seeing the Toast message, But the logs would have come. Check the Logcat and you should see the log you have put.
Toast
You should be using Notifications inside BroadcastReceivers and not Toasts.
Notifications
BroadcastReceivers