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:
Sylvain Berfini 2024-08-13 09:50:38 +02:00
parent 9c40709666
commit e5c7fa07cc
2 changed files with 5 additions and 5 deletions

View file

@ -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 -->

View file

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