Explicitly say we support large and small screens to get more correct rendering semantics
This commit is contained in:
parent
21481af667
commit
1c90d142ac
1 changed files with 3 additions and 1 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue