Skip to content

Commit

Permalink
support large and xlarge screens explicitly in manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Jun 17, 2013
1 parent bccc866 commit 0ac4c1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
android:installLocation="auto">

<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="14" />
<supports-screens android:largeScreens="true" android:xlargeScreens="true" />

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down

0 comments on commit 0ac4c1d

Please sign in to comment.