I want to apply full notification like Whatsapp incoming call to our phone. But I can't do that when my android apps is in the background state.
This is my build.gradle
minSdk 23
targetSdk 32
I have tried to use Broadcast Receiver
and Foreground Service
but it only works when application is on the foreground state.
Thank you