From 71d79c37032d9eb53daea115fc22a5baeae00ed3 Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Tue, 10 Mar 2020 19:53:42 +0200 Subject: [PATCH] XSDL: enable screen buttons by default --- project/jni/application/xserver/AndroidAppSettings.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/jni/application/xserver/AndroidAppSettings.cfg b/project/jni/application/xserver/AndroidAppSettings.cfg index ea170ece1..3ef894bd0 100644 --- a/project/jni/application/xserver/AndroidAppSettings.cfg +++ b/project/jni/application/xserver/AndroidAppSettings.cfg @@ -299,7 +299,7 @@ AppSubdirsBuild='none' AppBuildExclude='' # Application command line parameters, including app name as 0-th param -AppCmdline='XSDL' +AppCmdline='XSDL -screenbuttons' # Screen size is used by Google Play to prevent an app to be installed on devices with smaller screens # Minimum screen size that application supports: (s)mall / (m)edium / (l)arge