Declared large size support and DPI independance in Manifest.
This commit is contained in:
parent
935c98545f
commit
ab33a426ff
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue