[Android] Normal rotation process for main activity

Geoffrey Métais git at videolan.org
Tue Dec 9 15:23:18 CET 2014


vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Dec  9 13:18:47 2014 +0100| [c0aa4540b7cac86310caae57dcb40638a8b20e6e] | committer: Geoffrey Métais

Normal rotation process for main activity

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

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

diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 3064495..6b8390e 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -29,7 +29,6 @@
         android:theme="@style/Theme.VLC.NoTitleBar" >
         <activity
             android:name=".gui.MainActivity"
-            android:configChanges="orientation|screenSize"
             android:icon="@drawable/icon"
             android:label="@string/app_name"
             android:launchMode="singleTask"



More information about the Android mailing list