I have the following code in Delphi FMX on Android:
TDialogService.MessageDialog('Test Close message', TMsgDlgType.mtInformation,
[TMsgDlgBtn.mbOK], TMsgDlgBtn.mbOK, 0, nil);
I need to auto-close TDialogService.MessageDialog
after 3 seconds.
I tried Screen.MousePos.SetLocation(x, x)
for set a tap to simulate.