I want to read incoming sms body in android only when application is open not when application is closed.
i know how to detect incoming SMS body i used broadcast receiver for that and am showing toast in broadcast reciver in onRecieve() method am showing toast it works nicely but problem is dat when my app is closed am outside of app and SMS comes it shows toast ,
My problem is dat i dont want that toast when application is not on foreground or app is not opened
thanks in advance