Revert changes to Manifest, only add min api car level for actual templated app

This commit is contained in:
Sylvain Berfini 2024-08-12 12:15:16 +02:00
parent fdee7e618e
commit 3d8bc10499

View file

@ -55,13 +55,10 @@
android:theme="@style/Theme.Linphone"
tools:targetApi="35">
<!-- Required for chat message notifications to be displayed in Android auto -->
<!-- Required for call & chat message notifications to be displayed in Android auto -->
<meta-data
android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc"/>
<meta-data
android:name="androidx.car.app.minCarApiLevel"
android:value="1"/>
<activity
android:name=".ui.main.MainActivity"