Normally, a Bevy application can be exit with AppExit, but on Android, that is not enough and can cause the app fails to reopen. To completely exit the Bevy application on Android, we need to do that from the Android side.
Start with the Android example: https://github.com/bevyengine/bevy/tree/main/examples/mobile/android_example
[Read More]