简体   繁体   中英

Microsoft Teams - How to launch MS Teams from Android Intent

I'm looking to launch an intent to open the Microsoft Teams main activity from my app. I would assume it would be something like com.microsoft.teams.MainActivity but this does not seem to launch. Trying to open via URI of msteams://teams.microsoft.com takes me to the browser instead of the app.

Is this functionality possible?

Edit: Using adb gave me the following, however this also does not seem to work.

C:\Users\Redacted>adb shell dumpsys window | find "mCurrentFocus"
  mCurrentFocus=Window{91c21a9 u0 com.microsoft.teams/com.microsoft.skype.teams.views.activities.MainActivity}

As Posted by @Nicolas - Use com.microsoft.skype.teams.views.activities.MainActivity.

I was able to launch the MS Teams application using command:

adb shell am start com.microsoft.teams/com.microsoft.skype.teams.Launcher

So I think that you can use activity com.microsoft.skype.teams.Launcher .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM