PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → L'exemple "WM_AutoUpdate"
L'exemple "WM_AutoUpdate"
Iniciado por Issa, out., 12 2020 9:49 AM - Sem resposta
Membro registado
20 mensagems
Popularité : +1 (1 vote)
Publicado em outubro, 12 2020 - 9:49 AM
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