mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Allow a Nexus 6 and 6P to install Gallery (#6038)
Closes https://github.com/flutter/flutter/issues/6037
This commit is contained in:
parent
c27b03b823
commit
54e208e480
@ -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" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user