updating screen resolutions support settings
authorAndrey Pavlenko <no@email>
Thu, 29 Mar 2012 15:41:38 +0000 (15:41 +0000)
committerAndrey Pavlenko <no@email>
Thu, 29 Mar 2012 15:41:38 +0000 (15:41 +0000)
samples/android/15-puzzle/AndroidManifest.xml

index 30003c1..dec508e 100644 (file)
@@ -4,6 +4,12 @@
       android:versionCode="1"
       android:versionName="1.0">
 
+    <supports-screens android:resizeable="true"
+                      android:smallScreens="true" 
+                      android:normalScreens="true" 
+                      android:largeScreens="true" 
+                      android:anyDensity="true" />
+    
     <application android:icon="@drawable/icon" android:label="@string/app_name">
         <activity android:name=".puzzle15Activity"
                   android:label="@string/app_name"