diff --git a/changelog.d/4205.bugfix b/changelog.d/4205.bugfix
new file mode 100644
index 0000000000..e287de2f23
--- /dev/null
+++ b/changelog.d/4205.bugfix
@@ -0,0 +1 @@
+Disable Android Auto supports see https://github.com/vector-im/element-android/issues/4205
\ No newline at end of file
diff --git a/vector/src/main/AndroidManifest.xml b/vector/src/main/AndroidManifest.xml
index 7492da37e8..d79d1bb969 100644
--- a/vector/src/main/AndroidManifest.xml
+++ b/vector/src/main/AndroidManifest.xml
@@ -83,9 +83,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"