How does apps like Whatsapp or telegram listen to the incoming call/message events on Android?
I built a VoIP calling app which maintains a persistent connection with the server to listen to any incoming calls. I implemented a background service to do this. But since Oreo, this running code is now broken because of the…