Hi Felgo Team!
My app has a payment feature that needs confirmation on the user bank app.
I noticed that depending on the device, when switching to the bank app, my app closes, maybe related to automatic memory management (Android).
I tried to monkey-copy some code from ChatGPT in order to avoid this behaviour, trying to set some kind of priority to my app, letting the system know that I am in an important operation, and should keep my app alive as far as possible.
I had no success, so my question is, is this even possible at all, and in that case, should you provide some hints?
Thank you!