Commit 077cf74f authored by Seth Ladd's avatar Seth Ladd Committed by GitHub

For reals allow Gallery to be installed by Nexus 5, 5X (#6013)

* For reals allow Gallery to be installed by Nexus 5, 5X

* fix for long line
parent ef68f2f0
......@@ -22,6 +22,12 @@
<screen android:screenSize="normal" android:screenDensity="hdpi" />
<screen android:screenSize="normal" android:screenDensity="xhdpi" />
<screen android:screenSize="normal" android:screenDensity="480" />
<!-- handles Nexus 5, 5X, but should exclude very large tablets -->
<screen android:screenSize="large" android:screenDensity="ldpi" />
<screen android:screenSize="large" android:screenDensity="mdpi" />
<screen android:screenSize="large" android:screenDensity="hdpi" />
<screen android:screenSize="large" android:screenDensity="xhdpi" />
<screen android:screenSize="large" android:screenDensity="480" />
</compatible-screens>
<application android:icon="@mipmap/ic_launcher" android:label="Gallery" android:name="org.domokit.sky.shell.SkyApplication">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment