The implementation TApplication.Runhas the following:
{$IFNDEF ANDROID}
AddExitProc(DoneApplication);
{$ENDIF}
That means it DoneApplicationnever runs on Android.
What is the reason for this difference between Android and all other FireMonkey objects?
source
share