We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bbc83 commit 44ca344Copy full SHA for 44ca344
app/src/main/AndroidManifest.xml
@@ -13,6 +13,7 @@
13
android:icon="@mipmap/ic_launcher"
14
android:label="@string/app_name"
15
android:supportsRtl="true"
16
+ android:resizeableActivity="true"
17
android:theme="@style/AppTheme">
18
19
<meta-data
@@ -66,7 +67,7 @@
66
67
<category android:name="android.intent.category.LAUNCHER"/>
68
</intent-filter>
69
</activity-alias>
- <meta-data android:name="android.max_aspect" android:value="2.1" />
70
+ <meta-data android:name="android.max_aspect" android:value="2.4" />
71
</application>
72
73
</manifest>
0 commit comments