Skip to content

Commit

Permalink
<manifest ...>
Browse files Browse the repository at this point in the history
    ...
        <uses-feature
                android:name="android.hardware.type.automotive"
                        android:required="true" />
                            ...
                            </manifest>
  • Loading branch information
waleedadel1998 authored Sep 14, 2024
1 parent 2136c37 commit 1e570ae
Showing 1 changed file with 14 additions and 2 deletions.
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

0 comments on commit 1e570ae

Please sign in to comment.