Hello everyone, I have this problem.
when I call cordova.plugins.backgroundMode.moveToForeground(); It always works for me the first time, then I enter another application, for example Facebook, and this message is displayed in the logcat, what is it due to or how can I solve it?

Attached video of my problem with moveToForeground():
https://drive.google.com/file/d/1SQJ-6FNQ2Nr0nZxw7JBYwhGkYt9D33R_/view
VIDEO SUMMARY:
- I have the app open, then I exit.
- when running postman a service is sent and the app is brought to the foreground (which is the correct way)
- then I leave the app and enter facebook. I run postman and the app doesn't open in the foreground anymore (this is the bug I want to fix).