Commit 54e208e4 authored by Seth Ladd's avatar Seth Ladd Committed by GitHub

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

Closes https://github.com/flutter/flutter/issues/6037
parent c27b03b8
......@@ -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" />
......
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