We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07af7cc commit 0953789Copy full SHA for 0953789
app/src/main/AndroidManifest.xml
@@ -25,6 +25,10 @@
25
android:theme="@style/Theme.ElementX"
26
tools:targetApi="33">
27
28
+ <meta-data
29
+ android:name="com.google.android.gms.car.application"
30
+ android:resource="@xml/automotive_app_desc" />
31
+
32
<provider
33
android:name="androidx.startup.InitializationProvider"
34
android:authorities="${applicationId}.androidx-startup"
app/src/main/res/xml/automotive_app_desc.xml
@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="utf-8"?><!--
2
+ ~ Copyright 2025 New Vector Ltd.
3
+ ~
4
+ ~ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
5
+ ~ Please see LICENSE files in the repository root for full details.
6
+ -->
7
+<automotiveApp>
8
+ <uses name="notification" />
9
+</automotiveApp>
0 commit comments