From 43dfda0f19663c52583fe6c99bc9dc36371d8556 Mon Sep 17 00:00:00 2001 From: Ishan09811 <156402647+Ishan09811@users.noreply.github.com> Date: Tue, 27 Feb 2024 12:52:25 +0530 Subject: [PATCH] Allows the user to switch between performance and battery saving modes (#422) * add game_mode_config in mainfest * add ``game_mode_config`` --- src/pandroid/app/src/main/AndroidManifest.xml | 4 ++++ src/pandroid/app/src/main/res/xml/game_mode_config.xml | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 src/pandroid/app/src/main/res/xml/game_mode_config.xml diff --git a/src/pandroid/app/src/main/AndroidManifest.xml b/src/pandroid/app/src/main/AndroidManifest.xml index d1d8f56f..1deae1a4 100644 --- a/src/pandroid/app/src/main/AndroidManifest.xml +++ b/src/pandroid/app/src/main/AndroidManifest.xml @@ -20,6 +20,10 @@ android:hardwareAccelerated="true" android:theme="@style/Theme.Pandroid" tools:targetApi="31"> + + + +