[Android] Remove useless package

Nicolas Pomepuy git at videolan.org
Mon Jun 20 12:47:14 UTC 2022


vlc-android | branch: refs/tags/3.5.0-test | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Jun 20 14:46:39 2022 +0200| [dbdcef7c3ceb5a921d38f83242a92251413f7e5b] | committer: Nicolas Pomepuy

Remove useless package

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

 application/app/flavors/release/AndroidManifest.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/application/app/flavors/release/AndroidManifest.xml b/application/app/flavors/release/AndroidManifest.xml
index 58a84a79e..fc24b1ae1 100644
--- a/application/app/flavors/release/AndroidManifest.xml
+++ b/application/app/flavors/release/AndroidManifest.xml
@@ -25,8 +25,7 @@
   -->
 
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:tools="http://schemas.android.com/tools"
-    package="org.videolan.mobile.app">
+    xmlns:tools="http://schemas.android.com/tools">
 
     <uses-permission android:name="android.permission.READ_LOGS" tools:node="remove" />
 



More information about the Android mailing list