mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-12 12:35:04 -05:00
Explicitly say we support large and small screens to get more correct rendering semantics
This commit is contained in:
parent
21481af667
commit
1c90d142ac
@ -7,7 +7,9 @@
|
|||||||
android:targetSdkVersion="4"
|
android:targetSdkVersion="4"
|
||||||
/>
|
/>
|
||||||
<supports-screens
|
<supports-screens
|
||||||
|
largeScreens="true"
|
||||||
|
normalScreens="true"
|
||||||
|
smallScreens="true"
|
||||||
/>
|
/>
|
||||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
|
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
|
||||||
<uses-permission android:name="android.permission.READ_CONTACTS"/>
|
<uses-permission android:name="android.permission.READ_CONTACTS"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user