updating screen resolutions support settings
This commit is contained in:
parent
64355e88f1
commit
6d49b075d9
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user