Publishing TV Apps

Apps for TV devices can be published like other Android apps. You must prepare your app for release and then you can publish it through Google Play. In order for your app to be accepted as a TV app in Google Play, it must meet some additional requirements, which are covered in this document.

Note: You will not be able to publish apps to TV devices through Google Play until Android L SDK is released.

Publishing Requirements for TV Apps

Your app must provide specific manifest declarations and meet some minimum usability requirements before it can qualify as TV app on Google Play. Make sure your app meets these requirements to get your app ready for TV devices.

Caution: Your app must meet all of the requirements described in this section in order to qualify as a TV app on Google Play. If your app does not meet the usability requirements described below, the Google Play team will contact you through the email address specified in main Google Play Developer Console account associated with the app.

Manifest Requirements

Developers who want their apps to be considered for publishing on TV devices must include a manifest entry that declares an activity which handles the android.intent.category.LEANBACK_LAUNCHER intent filter. For more information about including the required manifest entries, see Get Started with TV Apps.

Caution: If you do not include the required manifest entries for TV devices, your app is not considered as a TV app. The app will not be reviewed for the TV app usability requirements and will not be able to qualify as a TV app on Google Play.

Usability Requirements

Users bring a different set of expectations when watching TV. Apps for Android TV devices have a different interaction, look and feel from Android apps on the phone or tablet. How users interact with TVs (with a remote control device) and how they view them (sitting about 10 feet away), significantly changes the requirements for what makes a good user experience in an app.

The first step toward creating a great experience for users on TV is to review and follow the Design for TV guidelines. These guidelines provide general directions for designing a TV app as well as some specific implementation instructions.

Apps for TV devices must meet some specific requirements for usability. Only apps that meet the following usability criteria will qualify as an TV app on Google Play:

  • App functionality must be navigable using 5-way D-pad controls, unless the app requires a game controller. (details)
    • If the app requires a game controller, all functionality must be navigable using standard Android game controller keys. (details)
  • Layouts used on TV devices must be designed for landscape orientation. (details)
  • Core text used in TV layouts must be at least 16sp in size and all text must be at least 12sp.
  • Text and functionality should be placed inside an overscan margin of at least 27dp from the top and bottom edges and 48dp from the left and right edges of the TV screen. (details)
  • Apps that uses full-screen, non-video ads, must ensure that the ads are immediately dismissible by the user with D-pad controls.
  • Apps must not depend on having a web browser app on TV devices. Apps can use WebView components to show web content where needed.
  • Apps that uses clickable, non-full screen, non-video ads must ensure that the ads do not link to a web URL. These ads must also not link to an app or game that is not available on TV devices and, therefore, not available in the Google Play store for TV.
  • Apps must display correctly on the Android TV launcher by doing the following:
    • Include in the app manifest an intent filter of type ACTION_MAIN with an intent category CATEGORY_LEANBACK_LAUNCHER. (details)
    • Provide a 320x180px banner image resource and declare it in the manifest.
    • If the app is a game, it must set the isGame property to true in the manifest. (details)
  • App must not partially obscure other apps. Apps must fill the entire screen and have a non-transparent background.
  • Music and audio apps that continue to play sound after a user has left the app must provide a Now Playing card on the home screen recommendation row so users can easily control playback. Developers should use the android.media.session.MediaSession API to enable this card and link playback to a specific activity.
  • Media apps that play video or music content must toggle between play and pause of media playback when a play or pause key event is sent during playback.
  • Games that use a gamepad in order to play must define gamepad use in the app manifest. (details)
  • Games that provide in-game instructions for game controllers must show a generic controller layout that does not include any branding. You can download generic controller artwork from here: android_tv_gamepad_template_2014-10.zip.

Frequently Asked Questions

After I submit my app, how will find out if my app does not meet all the requirements for TV devices?

If your app does not meet the usability requirements described on this page, the Play Store team will contact you through the email address specified in main Google Play Developer Console account associated with the app.

Caution: Make sure your app includes the required manifest entries for TV devices, otherwise your app will not be considered a TV app and will not be reviewed for TV usability requirements.

My app targets more than just TV devices. If my app does not meet the TV device requirements, will my new or updated app still appear on Google Play for phones and tablets?

Yes. The requirements described above only restrict distribution to the Google Play Store on TV devices. Distribution to other device types, such as phones, tablets and other devices, is not affected.

If my app meets the publishing requirements, when will it be available in the Google Play Store on TV devices?

Apps that meet the requirements for TV will appear in the Google Play Store on TV devices after the official release of Android L.