PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → ExeRun or finish to STOP outside Background App
ExeRun or finish to STOP outside Background App
Débuté par Will, 12 déc. 2017 04:23 - Aucune réponse
Posté le 12 décembre 2017 - 04:23
Good Morning, Mr.

I saw, about many many resolutions explained here to start others Apps, its like Calc for example and Notepad using the one main App build for us.

However, i am not found one explain how stop One App (outside main app, running background), because the App have one function to active others apps (vire code below), but how i will stop this same opened Apps?

For example: Its possivel start the Calc App or Google Maps App or Notepad using the code lines below:

bStarted is boolean
// Starts the application
bStarted = ExeRun("com.google.android.apps.maps")

But my main doubt is: Its possible create onde button inside in the parent application that to CLOSE this same application background that my app its open in lost?

How i can close one application running at background?

Please, tell me about one solution that i can use for this.

Thank you, and congratulations for all the help us and for your especial informations.

Will