Revert "remove support for Google Auto"

Daniel Gultsch created

This reverts commit ed9318feacaedf062232811a7bb2704394b5c7b0.

Change summary

src/main/AndroidManifest.xml             | 4 ++++
src/main/res/xml/automotive_app_desc.xml | 4 ++++
2 files changed, 8 insertions(+)

Detailed changes

src/main/AndroidManifest.xml 🔗

@@ -88,6 +88,10 @@
         tools:replace="android:label"
         tools:targetApi="q">
 
+        <meta-data
+            android:name="com.google.android.gms.car.application"
+            android:resource="@xml/automotive_app_desc" />
+
         <service android:name=".services.XmppConnectionService" />
 
         <receiver