ADB Command to start Disney+

by GhostOfRaven

Hello, I'm trying to integrate some launcher buttons with home assistant and I'm looking for the adb launcher command to start Disney+ on the ShieldTV. Does anyone happen to know that or how to find the correct command?

Kodi_Fan_Omicron

Already have ADB shell connected/open and Disney+ open on the TV screen.

ADB shell to get the <package/activity> currently open:

dumpsys activity activities | grep ResumedActivity

ADB shell to open an app:

am start '<package/activity>'

Note: the <> notations are not needed to be typed.