mirror of
https://github.com/shagr4th/droid48
synced 2025-01-13 08:01:15 +01:00
Support for xlarge screens
This commit is contained in:
parent
3622d56bfa
commit
a5f107c67b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<activity android:name=".Settings" android:label="@string/choose_contrast_value"></activity>
|
||||
</application>
|
||||
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="14"/>
|
||||
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:resizeable="true" android:smallScreens="true"></supports-screens>
|
||||
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true"></supports-screens>
|
||||
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission>
|
||||
</manifest>
|
Loading…
Reference in a new issue