-
Notifications
You must be signed in to change notification settings - Fork 60
Activities current (GET)
Evgeny Slavnov edited this page Jan 1, 2019
·
2 revisions
Returns the app that is currently open on the TV.
Android TVs:
https://ip-address:1926/6/activities/current
json
GET
This resource returns a JSON object with key/value pairs. See the JSON example for how these key/value pairs are returned.
- component (object): App object
- packageName (string): Android app package name.
- className (string): Android app class name.
{"component":{"packageName":"org.droidtv.nettv.market","className":"org.droidtv.nettv.market.MarketMainActivity"}}