- Implementing car support for your game involves configuring your app manifest and ensuring it respects the vehicle parked state.
- To distribute your app in the games category, mark it as a game by adding the android:appCategory="game" attribute.
- Cars have a parked state where certain apps, like games, are not allowed to run while the vehicle is in motion to avoid driver distraction.
- Declare game controller support by including the android.hardware.gamepad feature in your manifest.
- Make your game fully adaptive to different screen sizes and aspect ratios for a great user experience on car displays.
- Test your game against car app quality guidelines before publishing it for Android Auto and Android Automotive OS form factors.