Add support for Android Auto. (#4818)
This commit is contained in:
parent
c02c1ae1bd
commit
3ae8d77c9a
2 changed files with 13 additions and 0 deletions
|
|
@ -25,6 +25,10 @@
|
|||
android:theme="@style/Theme.ElementX"
|
||||
tools:targetApi="33">
|
||||
|
||||
<meta-data
|
||||
android:name="com.google.android.gms.car.application"
|
||||
android:resource="@xml/automotive_app_desc" />
|
||||
|
||||
<provider
|
||||
android:name="androidx.startup.InitializationProvider"
|
||||
android:authorities="${applicationId}.androidx-startup"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue