From b29b24f5079ebae524acc5cb868c40a57185b758 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 7 Dec 2017 01:39:43 +0100 Subject: [PATCH] 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. --- app/src/main/AndroidManifest.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 118f4d0a..8d2a1755 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -24,6 +24,10 @@ android:theme="@style/Theme.Termux" android:supportsRtl="false" > + + +