[android] Fixed typo in manifests

This commit is contained in:
Alex Zolotarev 2012-08-13 20:50:01 +03:00 committed by Alex Zolotarev
parent dba5ac9434
commit cc9aa8f8bd
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<supports-screen android:largeScreens="true"/>
<supports-screens android:largeScreens="true" android:xlargeScreens="true"/>
<application />

View file

@ -22,7 +22,7 @@
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<supports-screen android:largeScreens="true"/>
<supports-screens android:largeScreens="true" android:xlargeScreens="true"/>
<application android:icon="@drawable/ic_launcher"
android:label="@string/app_name"

View file

@ -22,7 +22,7 @@
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<supports-screen android:largeScreens="true"/>
<supports-screens android:largeScreens="true" android:xlargeScreens="true"/>
<application android:icon="@drawable/ic_launcher"
android:label="@string/app_name"