[Android] buildsystem: remove package name from AndroidManifest.xml

Steve Lhomme git at videolan.org
Thu Jul 10 15:40:40 UTC 2025


vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Jul  3 08:13:51 2025 +0200| [35ab60a97559a346c4b703c30f759bcd4e57c96e] | committer: Duncan McNamara

buildsystem: remove package name from AndroidManifest.xml

It's deprecated and generates a warning during build.

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

 application/vlc-android/AndroidManifest.xml | 3 +--
 medialibrary/AndroidManifest.xml            | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/application/vlc-android/AndroidManifest.xml b/application/vlc-android/AndroidManifest.xml
index d8a54c8fb1..3ed4bae521 100644
--- a/application/vlc-android/AndroidManifest.xml
+++ b/application/vlc-android/AndroidManifest.xml
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:tools="http://schemas.android.com/tools"
-    package="org.videolan.vlc">
+    xmlns:tools="http://schemas.android.com/tools">
 
     <uses-sdk tools:overrideLibrary="com.jraska.livedata.ktx, com.jraska.livedata, tools.fastlane.screengrab, android_libs.ub_uiautomator, androidx.car.app, androidx.annotation.experimental"/>
 
diff --git a/medialibrary/AndroidManifest.xml b/medialibrary/AndroidManifest.xml
index e3efabff49..b03c811cd2 100644
--- a/medialibrary/AndroidManifest.xml
+++ b/medialibrary/AndroidManifest.xml
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    package="org.videolan.medialibrary">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
 
     <application/>
 



More information about the Android mailing list