mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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:
parent
ef68f2f03b
commit
077cf74f84
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user