Hello everyone, because Android kills apps in the background, I need to run the apps from a service.
For windows I use:
WinExe (PChar (‘Apps.exe’ , SW_SHOWNORMAL);
What instruction is equivalent in Android?
Thanks….
Hello everyone, because Android kills apps in the background, I need to run the apps from a service.
For windows I use:
WinExe (PChar (‘Apps.exe’ , SW_SHOWNORMAL);
What instruction is equivalent in Android?
Thanks….