Android screen size support

Hi @leehu,

As mentioned in Breaking change: introducing custom AndroidManifest.xml content in Projucer Android exporter you can now achieve what you need by simply writing in Custom manifest XML content in Projucer the following:

<manifest>
<supports-screens android:xlargeScreens="true"/>
</manifest> 
1 Like