[Android] Remove dead manifest entry

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


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

Remove dead manifest entry

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

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

diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 4db25bb55..9b93776df 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -532,11 +532,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