[Android] Benchmark: reset manifest orientation to landscape
Duncan McNamara
git at videolan.org
Tue Dec 11 14:20:24 CET 2018
vlc-android | branch: master | Duncan McNamara <dcn.mcnamara at gmail.com> | Tue Dec 11 14:14:12 2018 +0100| [82b0979ec11117a9bd343cd2cb8ab854c1012cb8] | committer: Geoffrey Métais
Benchmark: reset manifest orientation to landscape
Signed-off-by: Geoffrey Métais <geoffrey.metais at gmail.com>
> https://code.videolan.org/videolan/vlc-android/commit/82b0979ec11117a9bd343cd2cb8ab854c1012cb8
---
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 c61a71f6d..835b02e9d 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -547,7 +547,7 @@
<activity
android:name=".gui.video.benchmark.BenchActivity"
- android:screenOrientation="nosensor"
+ android:screenOrientation="landscape"
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout"
android:exported="true"
android:launchMode="singleInstance"
More information about the Android
mailing list