[Android] Remove the audio app category

Nicolas Pomepuy git at videolan.org
Mon Sep 1 12:17:03 UTC 2025


vlc-android | branch: refs/tags/3.7.0-beta01 | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Sep  1 14:10:46 2025 +0200| [e201b9115f6e7039e9eac88bd65afe822b075d26] | committer: Nicolas Pomepuy

Remove the audio app category

> https://code.videolan.org/videolan/vlc-android/commit/e201b9115f6e7039e9eac88bd65afe822b075d26
---

 application/app/src/main/AndroidManifest.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/application/app/src/main/AndroidManifest.xml b/application/app/src/main/AndroidManifest.xml
index 94dcbda64e..6b55b8abdf 100644
--- a/application/app/src/main/AndroidManifest.xml
+++ b/application/app/src/main/AndroidManifest.xml
@@ -5,7 +5,6 @@
     <application
         android:name=".VLCApplication"
         android:allowBackup="true"
-        android:appCategory="audio"
         android:banner="@drawable/banner"
         android:fullBackupContent="@xml/backup_rules"
         android:hardwareAccelerated="true"



More information about the Android mailing list