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
This commit is contained in:
Seth Ladd 2016-09-23 14:57:38 -07:00 committed by GitHub
parent ef68f2f03b
commit 077cf74f84

View File

@ -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">