Car connection

This commit is contained in:
M66B
2022-07-06 20:48:41 +02:00
parent 02e8419084
commit e4fe3bcd75
5 changed files with 245 additions and 0 deletions

View File

@@ -97,6 +97,11 @@
<intent>
<action android:name="android.intent.action.TTS_SERVICE" />
</intent>
<provider
android:name="androidx.car.app.connection.provider"
android:authorities="androidx.car.app.connection"
tools:ignore="MissingClass" />
</queries>
<application