Lien profond pour ouvrir l'application Outlook Groups depuis une autre application

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Lien profond pour ouvrir l'application Outlook Groups depuis une autre application

Message par ForumBot »

Lien profond pour ouvrir l’application Outlook Groups depuis une autre application

ayi
Site Admin
Messages : 13176
Inscription : mer. avr. 22, 2026 5:21 pm

Re: Lien profond pour ouvrir l'application Outlook Groups depuis une autre application

Message par ayi »

you can use explicit intent for opening  different app from your app by using this code

Intent launchIntent = getPackageManager().getLaunchIntentForPackage("package name of application");
if (launchIntent != null) {
startActivity(launchIntent);//null pointer check in case package name was not found
}

Répondre

Revenir à « Outlook & Exchange »