From c823150241355162f4a98e83e3e750cfbbbcb5e9 Mon Sep 17 00:00:00 2001 From: Emma <153868115+GayPotatoEmma@users.noreply.github.com> Date: Wed, 3 Jan 2024 01:02:36 +0100 Subject: [PATCH 1/3] android: implement support for google game dashboard --- src/android/app/src/main/AndroidManifest.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml index f10131b244..f011bd6961 100644 --- a/src/android/app/src/main/AndroidManifest.xml +++ b/src/android/app/src/main/AndroidManifest.xml @@ -31,6 +31,9 @@ SPDX-License-Identifier: GPL-3.0-or-later android:dataExtractionRules="@xml/data_extraction_rules_api_31" android:enableOnBackInvokedCallback="true"> + + Date: Wed, 3 Jan 2024 01:03:44 +0100 Subject: [PATCH 2/3] android: implement support for google game dashboard --- src/android/app/src/main/res/xml/game_mode_config.xml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/android/app/src/main/res/xml/game_mode_config.xml diff --git a/src/android/app/src/main/res/xml/game_mode_config.xml b/src/android/app/src/main/res/xml/game_mode_config.xml new file mode 100644 index 0000000000..4cf26622d9 --- /dev/null +++ b/src/android/app/src/main/res/xml/game_mode_config.xml @@ -0,0 +1,6 @@ + + \ No newline at end of file From 8161e19cda2b0025ae55831ed095ab2d4e30495a Mon Sep 17 00:00:00 2001 From: Emma <153868115+GayPotatoEmma@users.noreply.github.com> Date: Wed, 3 Jan 2024 01:47:17 +0100 Subject: [PATCH 3/3] Update game_mode_config.xml --- src/android/app/src/main/res/xml/game_mode_config.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/android/app/src/main/res/xml/game_mode_config.xml b/src/android/app/src/main/res/xml/game_mode_config.xml index 4cf26622d9..5d03369eb6 100644 --- a/src/android/app/src/main/res/xml/game_mode_config.xml +++ b/src/android/app/src/main/res/xml/game_mode_config.xml @@ -2,5 +2,4 @@ \ No newline at end of file + android:supportsPerformanceGameMode="true"/> \ No newline at end of file