Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Категория «Игры» находится в стадии бета-тестирования.
В настоящее время любой желающий может публиковать игры для внутреннего тестирования и закрытого тестирования в Play Store. Публикация для открытого тестирования и производства будет разрешена позднее.
Игры предлагают уникальную возможность вовлечь пользователей в увлекательную и интерактивную игру, пока их автомобиль припаркован. Перенеся свою игру в автомобили, вы сможете охватить новую аудиторию и обеспечить развлечение во время простоя.
В дополнение к рекомендациям на этой странице следуйте требованиям, характерным для каждой платформы, с которой совместима ваша игра:
Объявить поддержку игровых контроллеров (необязательно)
Если ваше приложение поддерживает ввод с контроллера , включите следующую декларацию манифеста для функции android.hardware.gamepad , поскольку OEM-производители могут использовать эту информацию для улучшения пользовательского опыта:
Контент и образцы кода на этой странице предоставлены по лицензиям. Java и OpenJDK – это зарегистрированные товарные знаки корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-29 UTC.
[null,null,["Последнее обновление: 2025-07-29 UTC."],[],[],null,["# Build games for cars\n\nThe Games category is in beta \nAt this time, anyone can publish games to internal testing and closed testing tracks on the Play Store. Publishing to open testing and production tracks will be permitted at a later date. \n[Nominate yourself to be an early access partner →](https://forms.gle/VsXEdDEBidxw8q8u8) \n\nGames offer a unique opportunity to engage users in a fun and interactive way\nwhile their car is parked. By bringing your game to cars, you can reach a new\naudience and provide entertainment during downtime.\n\nIn addition to the guidance on this page, follow the platform-specific\nrequirements for each platform that your game is compatible with:\n\n- [Add support for Android Auto to your parked app](/training/cars/parked/auto)\n- [Add support for Android Automotive OS to your parked app](/training/cars/parked/automotive-os)\n\n| **Important:** Make sure your game meets the [quality guidelines for\n| games](/docs/quality-guidelines/car-app-quality?category=game), as it is [reviewed against them](/training/cars/distribute#understand-review) when submitted to tracks other than internal testing.\n\nMark your app as a game\n-----------------------\n\nTo indicate that your app is a game, you must add the\n[`android:appCategory=\"game\"`](/guide/topics/manifest/application-element#appCategory) attribute to the\n[`\u003capplication\u003e`](/guide/topics/manifest/application-element) element of your manifest. \n\n \u003cmanifest ...\u003e\n ...\n \u003capplication\n ...\n android:appCategory=\"game\"\u003e\n ...\n \u003c/application\u003e\n \u003c/manifest\u003e\n\nDeclare support for game controllers (optional)\n-----------------------------------------------\n\nIf your app [supports controller input](/develop/ui/views/touch-and-input/game-controllers), include the following\nmanifest declaration for the [`android.hardware.gamepad`](/guide/topics/manifest/uses-feature-element#gamepad-hw-features)\nfeature, as OEMs can use this information to improve the user experience: \n\n \u003capplication ...\u003e\n ...\n \u003cuses-feature android:name=\"android.hardware.gamepad\" android:required=\"false\"/\u003e\n ...\n \u003c/application\u003e\n\n| **Caution:** Be careful not to set the [`android:required`](/guide/topics/manifest/uses-feature-element#required) attribute to `true`, as not all devices have this feature present even if they can pair with a controller."]]