1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Explicitly say we support large and small screens to get more correct rendering semantics

This commit is contained in:
Jesse Vincent 2009-11-16 16:58:54 +00:00
parent 21481af667
commit 1c90d142ac

View File

@ -7,7 +7,9 @@
android:targetSdkVersion="4"
/>
<supports-screens
largeScreens="true"
normalScreens="true"
smallScreens="true"
/>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission android:name="android.permission.READ_CONTACTS"/>