[Android] Remove dead manifest entry

Geoffrey Métais git at videolan.org
Fri Nov 22 18:32:18 CET 2019


vlc-android | branch: 3.2.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Nov 22 18:31:14 2019 +0100| [973f2537e675353cae0b28bda2ea5f8693848bf8] | committer: Geoffrey Métais

Remove dead manifest entry

(cherry picked from commit 912af532425f55f296814df01046e3b7deecd55c)

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

 vlc-android/AndroidManifest.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 34aeee7d9..76f825bb6 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -518,11 +518,6 @@
                 android:configChanges="orientation|screenSize"
                 android:theme="@style/VLCTransparentTheme"
                 android:label="" />
-        <activity
-                android:name=".gui.wizard.MLWizardActivity"
-                android:configChanges="orientation|screenSize"
-                android:label="@string/ml_wizard_title"
-                android:theme="@style/Theme.MaterialComponents.Light.Dialog"/>
 
         <service android:name=".extensions.ExtensionManagerService"/>
         <service android:name=".PlaybackService">



More information about the Android mailing list