[Android] Manifest: restore the declaration of the BrowserActivity

Adrien Maglo git at videolan.org
Mon Feb 24 12:18:36 CET 2014


vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Mon Feb 24 12:18:12 2014 +0100| [e39f671aca4ccc6749078ea7dbd0d7c85a0cf91a] | committer: Adrien Maglo

Manifest: restore the declaration of the BrowserActivity

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=e39f671aca4ccc6749078ea7dbd0d7c85a0cf91a
---

 vlc-android/AndroidManifest.xml |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 6dcc83b..3a5ce5e 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -42,6 +42,10 @@
         <activity
             android:name=".gui.PreferencesActivity" />
         <activity
+            android:name=".gui.BrowserActivity"
+            android:label="@string/mediafiles"
+            android:theme="@style/Theme.VLC.NoTitleBar" />
+        <activity
             android:name=".gui.DebugLogActivity" />
         <activity
             android:name=".gui.video.VideoPlayerActivity"



More information about the Android mailing list