Declaring it as a game

As you can see in the previous screenshot, the Leanback UI separates apps from games, and our game is listed among the apps. We are building a game and we want to be classified as such.

This is another property of the <application> tag that was also introduced in Lollipop for Android TV; we can declare the app to be a game.

<application
  […]
  android:isGame="true">

This will show the banner in the Games category.

Declaring it as a game

YASS listed in the Games category on an ADT-1

Declaring Leanback support

To allow Google Play to list our game when searching from an Android TV, we need to specifically declare that we support the Leanback UI. To do that, ...

Get Android Game Programming: A Developer’s Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.