I use this.platform.exitApp(); to close the app.
I´m debugging the app in an android device.
The sentence seems to work correctly but i see that the appp is still running in background and in my case is not necesary. Is there any way to avoid this behaviour in android?.