
- GOOGLE PLAY MUSIC DESKTOP PLAYER CREATE START MENU ICONS HOW TO
- GOOGLE PLAY MUSIC DESKTOP PLAYER CREATE START MENU ICONS UPDATE
Also, if yourĪpp doesn't have this filter when you use developer tools to load it onto a TV device, the appĭoes not appear in the TV user interface. Your app, it's not visible to users running Google Play on TV devices. The second activity manifest entry in this example specifies that it is the activity toĬATEGORY_LEANBACK_LAUNCHER intent filter in
GOOGLE PLAY MUSIC DESKTOP PLAYER CREATE START MENU ICONS HOW TO
The following code snippet shows how to include this intent filter in your manifest: This intent identifies which activity to launch. When a user selects your app on their TV home screen, This filter identifies your app as being enabled for TV and lets It uses a CATEGORY_LEANBACK_LAUNCHER intentįilter to do this. Project that targets Android 5.0 (API level 21) or higher.Īn application intended to run on TV devices must declare a launcher activity for TV To access new APIs for TV devices, create a project or modify an existing The updated platform version provides new APIs for TV apps.
GOOGLE PLAY MUSIC DESKTOP PLAYER CREATE START MENU ICONS UPDATE
Update your SDK with Android 5.0 (API 21) or higher.The updated SDK tools let you build and test apps for TV. Update your SDK tools to version 24.0.0 or higher.

These libraries provide widgets for building user interfaces.īefore you begin building an app for TV, you must take the following steps:

Modify your existing apps to also run on TV devices or create new apps based on what you already TV apps use the same structure as apps for phones and tablets.
