[Android] Declare max aspect ratio as 2.0

Geoffrey Métais git at videolan.org
Wed Feb 22 13:27:03 CET 2017


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Feb 22 13:25:56 2017 +0100| [a587e173b03577433906087f19c6da27d6bb4dab] | committer: Geoffrey Métais

Declare max aspect ratio as 2.0

Meta used by LG to activate fullscreen on their 18:9 devices

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

 vlc-android/AndroidManifest.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 9d1c986..bbc4bce 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -88,7 +88,9 @@
             android:resource="@xml/automotive_app_desc"/>
         <meta-data android:name="com.google.android.gms.car.notification.SmallIcon"
             android:resource="@drawable/icon" />
-
+        <meta-data
+            android:name="android.max_aspect"
+            android:value="2.0" />
         <activity
             android:name=".StartActivity">
             <intent-filter>



More information about the Android mailing list