Allow a Nexus 6 and 6P to install Gallery (#6038)

Closes https://github.com/flutter/flutter/issues/6037
This commit is contained in:
Seth Ladd 2016-09-24 18:18:39 -07:00 committed by GitHub
parent c27b03b823
commit 54e208e480

View File

@ -22,6 +22,8 @@
<screen android:screenSize="normal" android:screenDensity="hdpi" />
<screen android:screenSize="normal" android:screenDensity="xhdpi" />
<screen android:screenSize="normal" android:screenDensity="480" />
<!-- for the Nexus 6 and 6P -->
<screen android:screenSize="normal" android:screenDensity="560" />
<!-- handles Nexus 5, 5X, but should exclude very large tablets -->
<screen android:screenSize="large" android:screenDensity="ldpi" />
<screen android:screenSize="large" android:screenDensity="mdpi" />