Stop an application running

Firefox®

Member
Licensed User
Is there a way to stop an application running on the device?
I did not find anything searching the forum.

I need to stop running an app started by Shell function

Like this in VB6

B4X:
myAppRef=Shell("MyApp.exe", "MyArgs")
If MainProcessEnd then
    SendMessage(TERMINATEAPP, myAppRef)
Else
    SendMessage(APPACTIVATE, MyAppRef)
End if
 

agraham

Expert
Licensed User
Longtime User
Top