Minor change to Android Manifest for Android 3.2 to force it out of Compatibltiy Mode

This commit is contained in:
Joe Bowser 2011-07-15 16:19:08 -07:00
parent eb0e0d9d11
commit 6d532c9fe5

View File

@ -5,6 +5,7 @@
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:xlargeScreens="true"
android:resizeable="true"
android:anyDensity="true"
/>