Skip to content

Commit

Permalink
Added the supports-screens directive to the AndroidManifest.xml file …
Browse files Browse the repository at this point in the history
…to allow for fullscreen on tablets
  • Loading branch information
DanKozlowski committed Apr 7, 2011
1 parent 23a68ee commit 918b755
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions AndroidManifest.xml
Expand Up @@ -4,6 +4,13 @@
android:versionCode="53"
android:versionName="0.5.3">
<uses-sdk android:minSdkVersion="3"/>
<supports-screens android:resizeable="true"
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"
android:anyDensity="true"/>

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

0 comments on commit 918b755

Please sign in to comment.