mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-18 13:00:18 +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:name="android.max_aspect"
|
||||||
android:value="9.9" />
|
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:name="com.google.android.gms.car.application"
|
||||||
android:resource="@xml/automotive_app_desc" /-->
|
android:resource="@xml/automotive_app_desc" />
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".features.MainActivity"
|
android:name=".features.MainActivity"
|
||||||
|
@ -420,4 +419,4 @@
|
||||||
</provider>
|
</provider>
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
Loading…
Add table
Reference in a new issue