Android Auto Games Exit Beta, Open to All Developers

Google's games category for Android Auto and Android Automotive OS is now generally available, letting developers publish to open testing and production tracks on Google Play.

Sep 22, 2026
4 min read
Technobezz
Android Auto Games Exit Beta, Open to All Developers

Don't Miss the Good Stuff

Get tech news that matters delivered weekly. Join 50,000+ readers.

Games for Android Auto and cars running Android Automotive OS with Google built-in are out of beta, and developers can now publish them to the open testing and production tracks on Google Play. The category had been limited to early access partners, whose titles are already live in the parked-only experience and can be browsed in Google's game collections for both platforms.

The pitch to developers is reach during downtime: charging stops, curbside pickup waits, and other moments when a car is stationary. Games are treated as parked apps, meaning they cannot run while the vehicle is moving, a restriction Google frames as a driver distraction safeguard.

Read more: Tor Project Rolls Out VPN Beta for Android

Getting an existing Android game onto car screens is mostly a manifest job. Developers add an appCategory attribute marking the app as a game, declare support for Android Auto through a CAR_LAUNCHER category in an activity's intent filter, and declare Android Automotive OS support with an automotive uses-feature element. Android Auto games require devices running Android 15 or higher.

The parked state comes with hard requirements. Developers must leave the distractionOptimized metadata element out of every activity, stop game audio when driving begins, and keep it from being unpaused while the car is in motion. When a user relaunches from the home screen, the game has to restore its previous state as closely as possible, and it must not freeze or stutter during play.

trivialkart.png
Click to expand

Controller support is optional but worth declaring. Adding the gamepad feature to the manifest, with the required attribute set to false, can improve visibility in the Play Store among users looking for controller-compatible titles; setting it to true is only appropriate when a gamepad is mandatory. Car displays also vary widely in shape, from portrait to wide landscape, so Google says games should adapt to run full screen without letterboxing or pillarboxing.

UXRestrictionsActive.png
Click to expand

Before submitting, developers opt in to the Android Auto and Android Automotive OS form factors in the Play Console and test against the car app quality guidelines for games, using the Desktop Head Unit for Android Auto and the Android Automotive OS emulator for the other platform. Google says every game is reviewed against those guidelines before approval for open testing or production.

The announcement does not disclose how many games are currently available in the car collections, nor does it set a deadline for developers to join the category. It follows a run of developer-facing updates from the Android team, including August's expansion of one-handed gestures to Wear OS 7 apps after their debut on Pixel Watch with Wear OS 6.1, and a terminal-based approach to controlling form factors in the Resizable Emulator for adaptive app testing. Google's guidance points developers to its documentation on building games for cars for the implementation details.

Share