A B4XPages Android app will carry on running while in the background. Pause is called as it goes into the background and Resume when it is displayed again. However if it is destroyed while in the background, e.g. by removing it from Recents, it receives no notification so has no opportunity to save any state it changed while in the background.
I don't know if this is what Android does or whether it is possible to get an onDestroy event added so we can deal with this.
I don't know if this is what Android does or whether it is possible to get an onDestroy event added so we can deal with this.
Last edited: