mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Commented out Android Auto calling features for now as they are only available in private beta and we're not part of it yet
This commit is contained in:
parent
9c40709666
commit
e5c7fa07cc
2 changed files with 5 additions and 5 deletions
|
|
@ -59,9 +59,9 @@
|
|||
<meta-data
|
||||
android:name="com.google.android.gms.car.application"
|
||||
android:resource="@xml/automotive_app_desc"/>
|
||||
<meta-data
|
||||
<!--<meta-data
|
||||
android:name="androidx.car.app.minCarApiLevel"
|
||||
android:value="1"/>
|
||||
android:value="1"/>-->
|
||||
|
||||
<activity
|
||||
android:name=".ui.main.MainActivity"
|
||||
|
|
@ -197,14 +197,14 @@
|
|||
android:value="Needed to keep app alive to be able to receive messages and calls from third party SIP servers for which push notifications aren't available." />
|
||||
</service>
|
||||
|
||||
<service
|
||||
<!--<service
|
||||
android:name=".telecom.auto.AAService"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="androidx.car.app.CarAppService"/>
|
||||
<category android:name="androidx.car.app.category.CALLING"/>
|
||||
</intent-filter>
|
||||
</service>
|
||||
</service>-->
|
||||
|
||||
<!-- Receivers -->
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<automotiveApp>
|
||||
<uses name="notification" />
|
||||
<uses name="template"/>
|
||||
<!--<uses name="template"/>-->
|
||||
</automotiveApp>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue