Skip to content

Commit 89212f7

Browse files
committed
Set max aspect ratio to prevent it from defaulting to 1.86 which is way too low for some devices. Otherwise we can't read the real screen size as per openstf/stf#733.
1 parent 4e3270b commit 89212f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
android:icon="@drawable/ic_launcher"
1818
android:persistent="true">
1919

20+
<meta-data android:name="android.max_aspect"
21+
android:value="3.0"/>
22+
2023
<service android:name=".Service"
2124
android:exported="true">
2225
<intent-filter>

0 commit comments

Comments
 (0)