Add android.max_aspect=10.0 metadata

This is needed to mark the app with

	"This app is optimized to run in full screen"

when run on a Samsung Galaxy S8.
This commit is contained in:
Fredrik Fornwall
2017-12-07 01:39:43 +01:00
parent b3472e9e62
commit b29b24f507

View File

@@ -24,6 +24,10 @@
android:theme="@style/Theme.Termux"
android:supportsRtl="false" >
<!-- This (or rather, value 2.1 or higher) is needed to make the Samsung Galaxy S8
mark the app with "This app is optimized to run in full screen." -->
<meta-data android:name="android.max_aspect" android:value="10.0" />
<activity
android:name="com.termux.app.TermuxActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"