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
Cookies are required to use this site. You must accept them to continue using the site. Learn more…