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.