mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-22 14:18:15 +00:00
Added back Android auto Manifest info
This commit is contained in:
parent
c314c4cba3
commit
2896da7f9d
2 changed files with 8 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
4
app/src/main/res/xml/automotive_app_desc.xml
Normal file
4
app/src/main/res/xml/automotive_app_desc.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<automotiveApp>
|
||||
<uses name="notification" />
|
||||
</automotiveApp>
|
||||
Loading…
Add table
Reference in a new issue