mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Disable Android Auto supports see https://github.com/vector-im/element-android/issues/4205
This commit is contained in:
parent
a857f85462
commit
761cf48183
2 changed files with 4 additions and 2 deletions
1
changelog.d/4205.bugfix
Normal file
1
changelog.d/4205.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Disable Android Auto supports see https://github.com/vector-im/element-android/issues/4205
|
|
@ -93,9 +93,10 @@
|
|||
android:name="android.max_aspect"
|
||||
android:value="9.9" />
|
||||
|
||||
<meta-data
|
||||
<!-- Disable Android Auto supports see https://github.com/vector-im/element-android/issues/4205 -->
|
||||
<!--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"
|
||||
|
|
Loading…
Reference in a new issue