Merge pull request #4252 from thomcatdotrocks/patch-1

Re-enable Android Auto
This commit is contained in:
Benoit Marty 2021-10-15 17:07:57 +02:00 committed by GitHub
commit 8da2ea8315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

1
changelog.d/4247.bugfix Normal file
View File

@ -0,0 +1 @@
Restore support for Android Auto as sent messages are no longer read aloud

View File

@ -83,10 +83,9 @@
android:name="android.max_aspect"
android:value="9.9" />
<!-- Disable Android Auto supports see https://github.com/vector-im/element-android/issues/4205 -->
<!--meta-data
<meta-data
android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc" /-->
android:resource="@xml/automotive_app_desc" />
<activity
android:name=".features.MainActivity"
@ -420,4 +419,4 @@
</provider>
</application>
</manifest>
</manifest>