how to open call pickup screen in flutter app like whatsapp or instagram?

71 views Asked by At

I am working on a VoIP app, I have no idea how to open the call pickup screen in the background and when the phone is locked

"I tried to open a Flutter screen when I received a Flutter notification."

 android:showWhenLocked="true"
 android:turnScreenOn="true"

I added this code to AndroidManifest.xml

When the app is open and the phone locks, the entire app is accessible without unlocking.

0

There are 0 answers