How to listen to new Sms in Android
问题 I am trying to listen to new sms(Message) with the help of BroadcastReceiver , but it is keep on listening to messages throughout the application and even after closing the app, so what to do?? Whether there is any other way to listen to sms or latest method as IntentReceiver kind of solutions(available over I-net) are deprecated and not working 回答1: Hey Ankit, just check this out, is this what u needed, ............. https://github.com/vivdub/DynamicSMSReceiver Thanks 回答2: If you register an