From 615cae0e0b117256d118d47abd0c4b5cad93283f Mon Sep 17 00:00:00 2001 From: Waterdish Date: Sat, 17 Feb 2024 16:14:35 -0800 Subject: [PATCH] Move hints to AndroidManifest.xml and lock in landscape mode --- app/src/main/AndroidManifest.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 921a7b1..9b38f05 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -72,11 +72,16 @@ android:icon="@mipmap/ic_launcher" android:allowBackup="true" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" - android:hardwareAccelerated="true" > + android:hardwareAccelerated="true" + android:appCategory="game" > + + + +