Android: add xlargeScreens="true" to supports-screens

This commit is contained in:
Michael Contento 2013-10-28 23:12:51 +01:00
parent 0380059445
commit fe180078f0
14 changed files with 56 additions and 42 deletions

View File

@ -26,9 +26,10 @@
</intent-filter>
</activity>
</application>
<supports-screens android:largeScreens="true"
<supports-screens android:anyDensity="true"
android:smallScreens="true"
android:anyDensity="true"
android:normalScreens="true"/>
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"/>
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>

View File

@ -26,8 +26,9 @@
</intent-filter>
</activity>
</application>
<supports-screens android:largeScreens="true"
<supports-screens android:anyDensity="true"
android:smallScreens="true"
android:anyDensity="true"
android:normalScreens="true"/>
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"/>
</manifest>

View File

@ -28,8 +28,9 @@
</intent-filter>
</activity>
</application>
<supports-screens android:largeScreens="true"
<supports-screens android:anyDensity="true"
android:smallScreens="true"
android:anyDensity="true"
android:normalScreens="true"/>
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"/>
</manifest>

View File

@ -27,10 +27,11 @@
</intent-filter>
</activity>
</application>
<supports-screens android:largeScreens="true"
<supports-screens android:anyDensity="true"
android:smallScreens="true"
android:anyDensity="true"
android:normalScreens="true"/>
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"/>
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>

View File

@ -26,8 +26,9 @@
</intent-filter>
</activity>
</application>
<supports-screens android:largeScreens="true"
<supports-screens android:anyDensity="true"
android:smallScreens="true"
android:anyDensity="true"
android:normalScreens="true"/>
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"/>
</manifest>

View File

@ -26,8 +26,9 @@
</intent-filter>
</activity>
</application>
<supports-screens android:largeScreens="true"
<supports-screens android:anyDensity="true"
android:smallScreens="true"
android:anyDensity="true"
android:normalScreens="true"/>
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"/>
</manifest>

View File

@ -26,8 +26,9 @@
</intent-filter>
</activity>
</application>
<supports-screens android:largeScreens="true"
<supports-screens android:anyDensity="true"
android:smallScreens="true"
android:anyDensity="true"
android:normalScreens="true"/>
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"/>
</manifest>

View File

@ -28,8 +28,9 @@
</intent-filter>
</activity>
</application>
<supports-screens android:largeScreens="true"
<supports-screens android:anyDensity="true"
android:smallScreens="true"
android:anyDensity="true"
android:normalScreens="true"/>
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"/>
</manifest>

View File

@ -26,8 +26,9 @@
</intent-filter>
</activity>
</application>
<supports-screens android:largeScreens="true"
<supports-screens android:anyDensity="true"
android:smallScreens="true"
android:anyDensity="true"
android:normalScreens="true"/>
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"/>
</manifest>

View File

@ -26,8 +26,9 @@
</intent-filter>
</activity>
</application>
<supports-screens android:largeScreens="true"
<supports-screens android:anyDensity="true"
android:smallScreens="true"
android:anyDensity="true"
android:normalScreens="true"/>
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"/>
</manifest>

View File

@ -26,9 +26,10 @@
</intent-filter>
</activity>
</application>
<supports-screens android:largeScreens="true"
<supports-screens android:anyDensity="true"
android:smallScreens="true"
android:anyDensity="true"
android:normalScreens="true"/>
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"/>
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>

View File

@ -28,10 +28,11 @@
</activity>
</application>
<supports-screens android:largeScreens="true"
<supports-screens android:anyDensity="true"
android:smallScreens="true"
android:anyDensity="true"
android:normalScreens="true"/>
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"/>
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>

View File

@ -27,8 +27,9 @@
</activity>
</application>
<supports-screens android:largeScreens="true"
<supports-screens android:anyDensity="true"
android:smallScreens="true"
android:anyDensity="true"
android:normalScreens="true"/>
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"/>
</manifest>

View File

@ -27,8 +27,9 @@
</activity>
</application>
<supports-screens android:largeScreens="true"
<supports-screens android:anyDensity="true"
android:smallScreens="true"
android:anyDensity="true"
android:normalScreens="true"/>
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"/>
</manifest>