Browse Source

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

Revert Android Auto support
Marcel Hibbe 1 year ago
parent
commit
25faf18e77
2 changed files with 0 additions and 8 deletions
  1. 0 5
      app/src/main/AndroidManifest.xml
  2. 0 3
      app/src/main/res/xml/automotive_app_desc.xml

+ 0 - 5
app/src/main/AndroidManifest.xml

@@ -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" />

+ 0 - 3
app/src/main/res/xml/automotive_app_desc.xml

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