Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
54e208e4
Commit
54e208e4
authored
Sep 25, 2016
by
Seth Ladd
Committed by
GitHub
Sep 25, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow a Nexus 6 and 6P to install Gallery (#6038)
Closes
https://github.com/flutter/flutter/issues/6037
parent
c27b03b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
AndroidManifest.xml
examples/flutter_gallery/android/AndroidManifest.xml
+2
-0
No files found.
examples/flutter_gallery/android/AndroidManifest.xml
View file @
54e208e4
...
...
@@ -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"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment