How to close android app in Delphi-XE5 Firemonkey application?

Having the application close when the last form is closed is a Windows thing. An Android app will keep running.

To close the app on Android, call SharedActivity.finish from the FMX.Helpers.Android unit.

Leave a Comment