New android devices with bigger screens?
I noticed there was a message in Google Developer Dashboard about new Android devices with bigger screens: https://android-developers.googleblo...antage-of.html
"
We recommend that you design your app to support aspect ratios of 2.1 or higher. For this, you would add the following to the <application> element:
<meta-data android:name="android.max_aspect" android:value="2.1" />
Note: if you don't set a value, and android:resizeableActivity is not true, then the maximum aspect ratio defaults to 1.86 (roughly 16:9) and your app will not take advantage of the extra screen space."
How do I set this element in Fusion?