Declared large size support and DPI independance in Manifest.

This commit is contained in:
Guillaume Beraudo 2010-11-23 11:52:58 +01:00
parent 935c98545f
commit ab33a426ff

View file

@ -118,4 +118,5 @@
<uses-feature android:name="android.hardware.camera" />
<uses-feature android:name="android.hardware.camera.autofocus" />
<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:anyDensity="true"/>
</manifest>