Bug 719560 - [resize screen] Can't publish split native and xul builds under the same product on android market. r=blassey

This commit is contained in:
Joel Maher 2012-02-03 15:05:49 -05:00
Родитель 86314b6734
Коммит 7f02aaabad
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,8 @@
<supports-screens android:smallScreens="false"
android:normalScreens="false"
android:largeScreens="false"
android:xlargeScreens="true" />
android:xlargeScreens="true"
android:resizeable=true />
#endif
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>