Added back Android auto Manifest info

This commit is contained in:
Sylvain Berfini 2023-09-22 12:14:29 +02:00
parent c314c4cba3
commit 2896da7f9d
2 changed files with 8 additions and 0 deletions

View file

@ -43,6 +43,10 @@
android:theme="@style/Theme.Linphone"
tools:targetApi="34">
<meta-data
android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc"/>
<activity
android:name=".ui.main.MainActivity"
android:windowSoftInputMode="adjustResize"

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<automotiveApp>
<uses name="notification" />
</automotiveApp>