mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 19:36:08 +03:00
Re-enable Android Auto
Commit to complete #4247 after #4222 has been merged.
This commit is contained in:
parent
1f74bc986d
commit
32658f6651
1 changed files with 3 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue