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 86f96bf commit 0afbecbCopy full SHA for 0afbecb
src/templates/AndroidManifest.tmpl.xml
@@ -6,6 +6,16 @@
6
android:installLocation="{{ args.install_location }}"
7
>
8
9
+ <supports-screens
10
+ android:smallScreens="true"
11
+ android:normalScreens="true"
12
+ android:largeScreens="true"
13
+ android:anyDensity="true"
14
+ {% if android_api >= 9 %}
15
+ android:xlargeScreens="true"
16
+ {% endif %}
17
+ />
18
+
19
<application android:label="@string/appName"
20
android:icon="@drawable/icon"
21
android:hardwareAccelerated="true"
0 commit comments