Merge pull request #3397 from nextcloud/bugfix/noid/revertAndroidAutoSupport

Revert Android Auto support
This commit is contained in:
Marcel Hibbe 2023-10-24 12:13:35 +02:00 committed by GitHub
commit 25faf18e77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View file

@ -108,11 +108,6 @@
tools:ignore="UnusedAttribute"
tools:replace="label, icon, theme, name, allowBackup">
<meta-data
android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc"/>
<meta-data
android:name="android.max_aspect"
android:value="10" />

View file

@ -1,3 +0,0 @@
<automotiveApp>
<uses name="notification" />
</automotiveApp>