[Android] Keep dialogs on screen orientation change
Geoffrey Métais
git at videolan.org
Mon Mar 7 13:41:08 CET 2016
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Mar 7 12:15:27 2016 +0100| [4583b6a900f4284c16f291b66648e459bbc3aa18] | committer: Geoffrey Métais
Keep dialogs on screen orientation change
> https://code.videolan.org/videolan/vlc-android/commit/4583b6a900f4284c16f291b66648e459bbc3aa18
---
vlc-android/AndroidManifest.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index a907f7f..e85b2b8 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -459,6 +459,7 @@
<activity
android:name=".gui.DialogActivity"
+ android:configChanges="orientation|screenSize"
android:theme="@style/TransparentTheme" />
<service android:name=".extensions.ExtensionManagerService" />
More information about the Android
mailing list