How can we go about getting the current playing media (in this case hulu). We would like to know the URL or the asset id via adb if possible.
Asked
Active
Viewed 231 times
0
am startthe activity name, the command-a android.intent.action.VIEWand the URL as-dargument. A bit similar to https://stackoverflow.com/a/58458736/150978 just additionally with the activity to be started. – Robert Jun 06 '23 at 07:57am startdoes not return anything so this way will not work. Does Hulu show a media notificvation (where you can pause/play the currently active media)? If it shows such a notification then you should try to read the notification. – Robert Jun 07 '23 at 15:46