Returns a list of available applications.
Android TVs:
https://ip-address:1926/6/applications
json
GET
This resource returns a JSON object with key/value pairs. See the JSON example for how these key/value pairs are returned.
- version (integer): API version?
- applications (list): A list of objects (applications) with Android intents and actions
{"version": 6, "applications": [{"label": "Help", "intent": { "component": { "packageName": "org.droidtv.eum", "className": "org.droidtv.eum.onehelp.HowToTutorials.HowToVideosActivity" }, "action": "Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=org.droidtv.eum cmp=org.droidtv.eum/.onehelp.HowToTutorials.HowToVideosActivity }" }, "order": 0, "id": "org.droidtv.eum.onehelp.HowToTutorials.HowToVideosActivity-org.droidtv.eum", "type": "app" },{...}]}