The Back button is indeed intended to be mapped to the Back button on the gamepad. This allows the same code to be used across different platforms, and is how we expect you to handle the Back button on Android. Calling Exit() in the Game class sends the activity to the background, as is supposed to happen on Android.
1 Like