Bug 1345014 - Add max_aspect to support 16.74:9 screens. r?snorp draft
authorMichael Kaply <mozilla@kaply.com>
Wed, 08 Mar 2017 15:49:50 -0600
changeset 495481 e039918228d854bad8f4f13704c8841cd07cc1ea
parent 494254 2e025eb770e85de558fb72825539903b3e049172
child 548391 3ad987498b79654035077bcd62e6b2e49e2979d1
push id48348
push usermozilla@kaply.com
push dateWed, 08 Mar 2017 21:50:29 +0000
reviewerssnorp
bugs1345014
milestone54.0a1
Bug 1345014 - Add max_aspect to support 16.74:9 screens. r?snorp MozReview-Commit-ID: 9b7BveqBOX1
mobile/android/base/AndroidManifest.xml.in
--- a/mobile/android/base/AndroidManifest.xml.in
+++ b/mobile/android/base/AndroidManifest.xml.in
@@ -35,16 +35,18 @@
 #if !defined(MOZILLA_OFFICIAL) || defined(NIGHTLY_BUILD) && defined(MOZ_DEBUG)
                  android:debuggable="true">
 #else
                  android:debuggable="false">
 #endif
 
         <meta-data android:name="com.sec.android.support.multiwindow" android:value="true"/>
 
+        <meta-data android:name="android.max_aspect" android:value="2.0"/>
+
 #ifdef MOZ_NATIVE_DEVICES
         <!-- This resources comes from Google Play Services. Required for casting support. -->
         <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
         <service android:name="org.mozilla.gecko.RemotePresentationService" android:exported="false"/>
 
 #endif
 
         <!-- This activity handles all incoming Intents and dispatches them to other activities. -->