Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions .google/packaging.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# GOOGLE SAMPLE PACKAGING DATA
<manifest ...>
...
<uses-feature
android:name="android.hardware.type.automotive"
android:required="true" />
...
</manifest># GOOGLE SAMPLE PACKAGING DATA
#
# This file is used by Google as part of our samples packaging process.
# End users may safely ignore this file. It has no relevance to other systems.
---
status: PUBLISHED
technologies: [Android, Android Auto, Android Automotive OS, Android Wear]
categories: [Getting Started, Media, UI]
<manifest ...>
...
<uses-feature
android:name="android.hardware.type.automotive"
android:required="true" />
...
</t>categories: [Getting Started, Media, UI]
languages: [Kotlin]
solutions: [Mobile]

Expand Down