Android full screen notification when application is in the background

1.9k Views Asked by At

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

0

There are 0 best solutions below