[Android] Driving mode suggestions 'for you' filter non-audio applications
Robert Stone
git at videolan.org
Mon Dec 13 07:20:18 UTC 2021
vlc-android | branch: master | Robert Stone <rhstone at gmail.com> | Sun Dec 5 22:34:18 2021 -0800| [9f54ba2ed2de9e3e29155973a996ad07e7339456] | committer: Nicolas Pomepuy
Driving mode suggestions 'for you' filter non-audio applications
> https://code.videolan.org/videolan/vlc-android/commit/9f54ba2ed2de9e3e29155973a996ad07e7339456
---
application/app/src/main/AndroidManifest.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/application/app/src/main/AndroidManifest.xml b/application/app/src/main/AndroidManifest.xml
index 92c80bf6f..6f9d4ebda 100644
--- a/application/app/src/main/AndroidManifest.xml
+++ b/application/app/src/main/AndroidManifest.xml
@@ -6,7 +6,7 @@
<application
android:name=".VLCApplication"
android:allowBackup="true"
- android:appCategory="video"
+ android:appCategory="audio"
android:banner="@drawable/banner"
android:fullBackupContent="@xml/backup_rules"
android:hardwareAccelerated="true"
More information about the Android
mailing list