mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Revert changes to Manifest, only add min api car level for actual templated app
This commit is contained in:
parent
fdee7e618e
commit
3d8bc10499
1 changed files with 1 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue