[Android] Video Player: Handle uiMode changes

Geoffrey Métais git at videolan.org
Mon Feb 25 18:53:54 CET 2019


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Feb 25 18:09:59 2019 +0100| [4e53814bef9289b78517fdc93c49ccaead34a1a7] | committer: Geoffrey Métais

Video Player: Handle uiMode changes

> https://code.videolan.org/videolan/vlc-android/commit/4e53814bef9289b78517fdc93c49ccaead34a1a7
---

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

diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index e23e2c68d..e1689d402 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -489,7 +489,7 @@
             android:theme="@style/Theme.VLC" />
         <activity
             android:name=".gui.video.VideoPlayerActivity"
-            android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout"
+            android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|uiMode"
             android:exported="true"
             android:finishOnTaskLaunch="true"
             android:launchMode="singleTask"



More information about the Android mailing list