问题 I have an app which does some task once it receives a SMS. I have implemented it using BroadcastReceiver. After installing the app, it works fine for sometime. Afterwards, I notice that onReceive event of BroadcastReceiver is not triggered. To troubleshoot, I restarted my app service and connected the mobile to Android Studio Logcat. As earlier, initially it detected new SMS and everything worked fine. When I sent SMS after 30 mins, onReceive event was not triggered. There was no messages