PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → L'exemple "WM_AutoUpdate"
L'exemple "WM_AutoUpdate"
Débuté par Issa, 12 oct. 2020 09:49 - Aucune réponse
Membre enregistré
20 messages
Popularité : +1 (1 vote)
Posté le 12 octobre 2020 - 09:49
Hi,

I have included in my app the WindevMobile the example "WM_AutoUpdate" and it works ok.
I want to add on it "automatically app opening" after "update".
There is any possibility to do this in my application code or in another way?

I have searched and I found code
Intent LaunchIntent = context.getPackageManager().getLaunchIntentForPackage("com.iris.myapp");
context.startActivity(LaunchIntent);


but I don't know how to include it in my app. I am not Java programmer.

Thanks,

--
Issa Bej