[Android] Set max aspect ratio to 2.1

Geoffrey Métais git at videolan.org
Thu Mar 30 15:54:58 CEST 2017


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Mar 30 14:29:12 2017 +0200| [b2763e361131bce5db0b3f03786959b2d59e25b1] | committer: Geoffrey Métais

Set max aspect ratio to 2.1

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

 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 fb015c6..492170c 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -90,7 +90,7 @@
             android:resource="@drawable/icon" />
         <meta-data
             android:name="android.max_aspect"
-            android:value="2.0" />
+            android:value="2.1" />
         <activity
             android:name=".StartActivity">
             <intent-filter>



More information about the Android mailing list