Better screen support
This commit is contained in:
parent
f881aabe5b
commit
973899e0bd
@ -3,8 +3,13 @@
|
||||
package="org.fdroid.fdroid" android:versionCode="19"
|
||||
android:versionName="0.28" android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="15" />
|
||||
<supports-screens android:resizeable="false"
|
||||
android:anyDensity="false" />
|
||||
<supports-screens
|
||||
android:anyDensity="true"
|
||||
android:largeScreens="true"
|
||||
android:normalScreens="true"
|
||||
android:xlargeScreens="true"
|
||||
android:resizeable="true"
|
||||
android:smallScreens="true" />
|
||||
<application android:name="FDroidApp" android:label="@string/app_name"
|
||||
android:icon="@drawable/ic_launcher">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user