[Android] Deactivate Android Auto
Geoffrey Métais
git at videolan.org
Thu Apr 5 09:54:39 CEST 2018
vlc-android | branch: 3.0.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Apr 5 09:53:55 2018 +0200| [5c00b79dff37429060168853c9fc881670500532] | committer: Geoffrey Métais
Deactivate Android Auto
Google blocked 3.0.5 becasue of it.
We need the upgrade to AppCOmpat 27 to fix it.
> https://code.videolan.org/videolan/vlc-android/commit/5c00b79dff37429060168853c9fc881670500532
---
vlc-android/AndroidManifest.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 49b6ef652..7148ee41d 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -66,11 +66,6 @@
<meta-data android:name="com.samsung.android.sdk.multiwindow.enable" android:value="true" />
<!-- Enable VLC in LG split window mode -->
<meta-data android:name="com.lge.support.SPLIT_WINDOW" android:value="true" />
- <!-- Android auto -->
- <meta-data android:name="com.google.android.gms.car.application"
- android:resource="@xml/automotive_app_desc"/>
- <meta-data android:name="com.google.android.gms.car.notification.SmallIcon"
- android:resource="@drawable/icon" />
<meta-data
android:name="android.max_aspect"
android:value="2.1" />
More information about the Android
mailing list